gradle/libs.versions.toml
changeset 103 592df763693f
parent 101 75cae5a2f7d9
child 105 4dd59e91dc99
equal deleted inserted replaced
102:fff5322aeb15 103:592df763693f
     1 [versions]
     1 [versions]
     2 android-gradle-plugin = "9.1.0"
     2 android-gradle-plugin = "9.1.0"
     3 annotation = "1.9.1"
     3 annotation = "1.10.0"
     4 androidx-activity = "1.12.4"
     4 androidx-activity = "1.13.0"
     5 androidx-compose-bom = "2026.02.01"
     5 androidx-compose-bom = "2026.05.00"
     6 browser = "1.9.0"
     6 browser = "1.10.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.18.0"
    10 core-testing = "2.2.0"
    10 core-testing = "2.2.0"
    11 dagger = "2.59.2"
    11 dagger = "2.59.2"
    12 firebase-bom = "34.10.0"
    12 firebase-bom = "34.13.0"
    13 fragment = "1.8.9"
    13 fragment = "1.8.9"
    14 kotlin = "2.3.10"
    14 kotlin = "2.3.21"
    15 kotlin-ksp = "2.3.5"
    15 kotlin-ksp = "2.3.7"
    16 kotlinx-coroutines-bom = "1.10.2"
    16 kotlinx-coroutines-bom = "1.11.0"
    17 lifecycle = "2.10.0"
    17 lifecycle = "2.10.0"
    18 material = "1.13.0"
    18 material = "1.14.0"
    19 okhttp = "5.3.2"
    19 okhttp = "5.3.2"
    20 paging-runtime-ktx = "3.4.1"
    20 paging-runtime-ktx = "3.5.0"
    21 play-services-location = "21.3.0"
    21 play-services-location = "21.3.0"
    22 preference = "1.2.1"
    22 preference = "1.2.1"
    23 recyclerview = "1.4.0"
    23 recyclerview = "1.4.0"
    24 room = "2.8.4"
    24 room = "2.8.4"
    25 timber = "5.0.1"
    25 timber = "5.0.1"
    26 turbine = "1.2.1"
    26 turbine = "1.2.1"
    27 workmanager = "2.11.1"
    27 workmanager = "2.11.2"
    28 
    28 
    29 [plugins]
    29 [plugins]
    30 android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
    30 android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
    31 kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
    31 kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
    32 compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
    32 compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }