File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ object appConfig {
2727
2828object deps {
2929 object androidx {
30- const val appCompat = " androidx.appcompat:appcompat:1.4.0-rc01 "
30+ const val appCompat = " androidx.appcompat:appcompat:1.4.0"
3131 const val coreKtx = " androidx.core:core-ktx:1.7.0"
3232 const val constraintLayout = " androidx.constraintlayout:constraintlayout:2.1.1"
3333 const val recyclerView = " androidx.recyclerview:recyclerview:1.2.1"
@@ -82,7 +82,7 @@ object deps {
8282 const val androidxJunit = " androidx.test.ext:junit:1.1.2"
8383 const val androidXSspresso = " androidx.test.espresso:espresso-core:3.3.0"
8484
85- const val mockk = " io.mockk:mockk:1.12.0 "
85+ const val mockk = " io.mockk:mockk:1.12.1 "
8686 const val kotlinJUnit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
8787 }
8888}
You can’t perform that action at this time.
0 commit comments