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 f482268 commit 16aef54Copy full SHA for 16aef54
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.12.2'))
+ testImplementation(platform('org.junit:junit-bom:5.13.3'))
40
testImplementation('org.junit.jupiter:junit-jupiter')
41
testImplementation 'org.mockito:mockito-core:5.15.2'
42
}
0 commit comments