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 b8de1f1 commit f78f24fCopy full SHA for f78f24f
stevia/android/build.gradle
@@ -36,7 +36,7 @@ android {
36
37
dependencies {
38
implementation "androidx.annotation:annotation:1.9.1"
39
- testImplementation(platform('org.junit:junit-bom:5.13.4'))
+ testImplementation(platform('org.junit:junit-bom:6.0.0'))
40
testImplementation('org.junit.jupiter:junit-jupiter')
41
testImplementation 'org.mockito:mockito-core:5.19.0'
42
}
0 commit comments