We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7054f2 commit 2fc0baaCopy full SHA for 2fc0baa
ndk/lib/build.gradle.kts
@@ -102,11 +102,11 @@ android {
102
dependencies {
103
compileOnly("org.jetbrains:annotations:23.0.0")
104
105
- testImplementation("androidx.test.ext:junit:1.2.1")
+ testImplementation("androidx.test.ext:junit:1.3.0")
106
107
- androidTestImplementation("androidx.test:runner:1.6.2")
108
- androidTestImplementation("androidx.test.ext:junit:1.2.1")
109
- androidTestImplementation("androidx.test:rules:1.6.1")
+ androidTestImplementation("androidx.test:runner:1.7.0")
+ androidTestImplementation("androidx.test.ext:junit:1.3.0")
+ androidTestImplementation("androidx.test:rules:1.7.0")
110
}
111
112
/*
0 commit comments