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 7fff273 commit 1800664Copy full SHA for 1800664
apps/codeApp/build.gradle.kts
@@ -159,7 +159,7 @@ dependencies {
159
testImplementation(Libs.hilt_android_test)
160
kaptTest(Libs.hilt_android_compiler)
161
162
- androidTestImplementation("io.mockk:mockk:1.13.16")
+ androidTestImplementation("io.mockk:mockk:1.14.6")
163
164
//Jetpack compose
165
implementation(platform(Libs.compose_bom))
apps/flipchatApp/build.gradle.kts
@@ -168,7 +168,7 @@ dependencies {
168
169
170
171
- androidTestImplementation("io.mockk:mockk:1.13.12")
172
173
174
0 commit comments