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 9734a2f commit 214d2caCopy full SHA for 214d2ca
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.1'))
40
testImplementation('org.junit.jupiter:junit-jupiter')
41
testImplementation 'org.mockito:mockito-core:5.19.0'
42
}
0 commit comments