gradle/libs.versions.toml
changeset 97 1be6de7f1b34
parent 96 b03d6cc16239
equal deleted inserted replaced
96:b03d6cc16239 97:1be6de7f1b34
     1 [versions]
     1 [versions]
     2 android-gradle-plugin = "8.12.2"
     2 android-gradle-plugin = "8.13.0"
     3 annotation = "1.9.1"
     3 annotation = "1.9.1"
     4 androidx-activity = "1.10.1"
     4 androidx-activity = "1.11.0"
     5 androidx-compose-bom = "2025.08.01"
     5 androidx-compose-bom = "2025.09.00"
     6 browser = "1.9.0"
     6 browser = "1.9.0"
     7 constraintlayout = "2.2.1"
     7 constraintlayout = "2.2.1"
     8 coordinatorlayout = "1.3.0"
     8 coordinatorlayout = "1.3.0"
     9 core-ktx = "1.17.0"
     9 core-ktx = "1.17.0"
    10 core-testing = "2.2.0"
    10 core-testing = "2.2.0"
    11 dagger = "2.57.1"
    11 dagger = "2.57.1"
    12 firebase-bom = "34.2.0"
    12 firebase-bom = "34.2.0"
    13 fragment = "1.8.9"
    13 fragment = "1.8.9"
    14 kotlin = "2.2.10"
    14 kotlin = "2.2.20"
    15 kotlinx-coroutines-bom = "1.10.2"
    15 kotlinx-coroutines-bom = "1.10.2"
    16 lifecycle = "2.9.3"
    16 lifecycle = "2.9.3"
    17 material = "1.12.0"
    17 material = "1.13.0"
    18 okhttp = "5.1.0"
    18 okhttp = "5.1.0"
    19 paging-runtime-ktx = "3.3.6"
    19 paging-runtime-ktx = "3.3.6"
    20 play-services-location = "21.3.0"
    20 play-services-location = "21.3.0"
    21 preference = "1.2.1"
    21 preference = "1.2.1"
    22 recyclerview = "1.4.0"
    22 recyclerview = "1.4.0"
    23 room = "2.8.0"
    23 room = "2.8.0"
    24 timber = "5.0.1"
    24 timber = "5.0.1"
    25 turbine = "1.2.1"
    25 turbine = "1.2.1"
    26 workmanager = "2.10.3"
    26 workmanager = "2.10.4"
    27 
    27 
    28 [plugins]
    28 [plugins]
    29 android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
    29 android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
    30 kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
    30 kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
    31 compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
    31 compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }