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 821e940 commit 80fe89cCopy full SHA for 80fe89c
android/build.gradle
@@ -127,8 +127,8 @@ dependencies {
127
//
128
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
129
130
- testImplementation 'org.mockito:mockito-core:5.8.0'
131
- androidTestImplementation 'org.mockito:mockito-android:5.8.0'
+ testImplementation 'org.mockito:mockito-core:5.18.0'
+ androidTestImplementation 'org.mockito:mockito-android:5.18.0'
132
testImplementation 'androidx.annotation:annotation:1.7.1'
133
134
testImplementation 'junit:junit:4.13.2'
0 commit comments