diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index af1729fa..9de48e01 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,9 +10,9 @@ coroutines = "1.7.3" dagger = "2.48" espresso = "3.5.1" jackson = "2.15.2" -lifecycle = "2.5.1" # 2.6.1 -navigation = "2.5.3" # 2.7.0 -room = "2.4.3" # 2.5.2 +lifecycle = "2.6.1" +navigation = "2.6.0" # 2.7.1 requires API 34. +room = "2.5.2" tox4j-android = "0.2.18" tox4j-core = "0.2.3" @@ -24,11 +24,11 @@ androidApplication = { id = "com.android.application", version.ref = "android-pl androidLibrary = { id = "com.android.library", version.ref = "android-plugin" } [libraries] -androidx-activity = "androidx.activity:activity:1.5.1" # 1.7.2 -androidx-appcompat = "androidx.appcompat:appcompat:1.4.2" # 1.6.1 +androidx-activity = "androidx.activity:activity:1.7.2" +androidx-appcompat = "androidx.appcompat:appcompat:1.6.1" androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4" -androidx-core-ktx = "androidx.core:core-ktx:1.8.0" # 1.10.1 -androidx-fragment = "androidx.fragment:fragment:1.5.7" # 1.6.1 +androidx-core-ktx = "androidx.core:core-ktx:1.10.1" +androidx-fragment = "androidx.fragment:fragment:1.6.1" androidx-multidex = "androidx.multidex:multidex:2.0.1" androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigation" } @@ -45,7 +45,7 @@ androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" } androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" } androidx-room-testing = { module = "androidx.room:room-testing", version.ref = "room" } -google-android-material = "com.google.android.material:material:1.5.0" # 1.9.0 +google-android-material = "com.google.android.material:material:1.9.0" google-dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" } google-dagger-core = { module = "com.google.dagger:dagger", version.ref = "dagger" }