Skip to content

Commit 1e12f77

Browse files
committed
deps
1 parent 1b42616 commit 1e12f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object appConfig {
2727

2828
object deps {
2929
object androidx {
30-
const val appCompat = "androidx.appcompat:appcompat:1.4.0"
30+
const val appCompat = "androidx.appcompat:appcompat:1.4.1"
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"
@@ -60,7 +60,7 @@ object deps {
6060
}
6161

6262
object koin {
63-
private const val version = "3.1.4"
63+
private const val version = "3.1.5"
6464

6565
const val core = "io.insert-koin:koin-core:$version"
6666
const val android = "io.insert-koin:koin-android:$version"

0 commit comments

Comments
 (0)