gradle/libs.versions.toml
changeset 80 0dfcf3e6b717
parent 79 645d56bfd52d
child 82 e9e1adc862c0
equal deleted inserted replaced
79:645d56bfd52d 80:0dfcf3e6b717
     1 [versions]
     1 [versions]
     2 android-gradle-plugin = "8.8.1"
     2 android-gradle-plugin = "8.8.1"
     3 annotation = "1.7.1"
     3 annotation = "1.9.1"
     4 androidx-activity = "1.8.2"
     4 androidx-activity = "1.10.0"
     5 androidx-compose-bom = "2025.02.00"
     5 androidx-compose-bom = "2025.02.00"
     6 browser = "1.8.0"
     6 browser = "1.8.0"
     7 constraintlayout = "2.1.4"
     7 constraintlayout = "2.2.0"
     8 coordinatorlayout = "1.2.0"
     8 coordinatorlayout = "1.2.0"
     9 core-ktx = "1.12.0"
     9 core-ktx = "1.15.0"
    10 core-testing = "2.2.0"
    10 core-testing = "2.2.0"
    11 dagger = "2.55"
    11 dagger = "2.55"
    12 firebase-bom = "32.8.0"
    12 firebase-bom = "32.8.0"
    13 fragment = "1.6.2"
    13 fragment = "1.8.6"
    14 kotlin = "2.1.0"
    14 kotlin = "2.1.0"
    15 kotlinx-coroutines-bom = "1.8.0"
    15 kotlinx-coroutines-bom = "1.10.1"
    16 lifecycle = "2.7.0"
    16 lifecycle = "2.8.7"
    17 material = "1.11.0"
    17 material = "1.12.0"
    18 navigation = "2.7.7"
       
    19 okhttp = "4.12.0"
    18 okhttp = "4.12.0"
    20 paging-runtime-ktx = "3.2.1"
    19 paging-runtime-ktx = "3.3.6"
    21 play-services-location = "21.2.0"
    20 play-services-location = "21.3.0"
    22 preference = "1.2.1"
    21 preference = "1.2.1"
    23 recyclerview = "1.3.2"
    22 recyclerview = "1.4.0"
    24 room = "2.6.1"
    23 room = "2.6.1"
    25 timber = "5.0.1"
    24 timber = "5.0.1"
    26 workmanager = "2.9.0"
    25 workmanager = "2.10.0"
    27 
    26 
    28 [plugins]
    27 [plugins]
    29 android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
    28 android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
    30 kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
    29 kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
    31 compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
    30 compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }