We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36db4bd commit 35c3d47Copy full SHA for 35c3d47
bdk-android/lib/build.gradle.kts
@@ -59,7 +59,7 @@ dependencies {
59
api("org.slf4j:slf4j-api:1.7.30")
60
61
androidTestImplementation("com.github.tony19:logback-android:2.0.0")
62
- androidTestImplementation("androidx.test.ext:junit:1.1.3")
+ androidTestImplementation("androidx.test.ext:junit:1.3.0")
63
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
64
androidTestImplementation("org.jetbrains.kotlin:kotlin-test:1.6.10")
65
androidTestImplementation("org.jetbrains.kotlin:kotlin-test-junit:1.6.10")
0 commit comments