gradle/libs.versions.toml
changeset 92 55f4c1d6eed0
parent 91 c02a6ae4f610
child 93 0f0e69edeafc
equal deleted inserted replaced
91:c02a6ae4f610 92:55f4c1d6eed0
     1 [versions]
     1 [versions]
     2 android-gradle-plugin = "8.10.1"
     2 android-gradle-plugin = "8.10.1"
     3 annotation = "1.9.1"
     3 annotation = "1.9.1"
     4 androidx-activity = "1.10.0"
     4 androidx-activity = "1.10.1"
     5 androidx-compose-bom = "2025.02.00"
     5 androidx-compose-bom = "2025.06.01"
     6 browser = "1.8.0"
     6 browser = "1.8.0"
     7 constraintlayout = "2.2.0"
     7 constraintlayout = "2.2.1"
     8 coordinatorlayout = "1.2.0"
     8 coordinatorlayout = "1.3.0"
     9 core-ktx = "1.15.0"
     9 core-ktx = "1.16.0"
    10 core-testing = "2.2.0"
    10 core-testing = "2.2.0"
    11 dagger = "2.55"
    11 dagger = "2.56.2"
    12 firebase-bom = "33.9.0"
    12 firebase-bom = "33.15.0"
    13 fragment = "1.8.6"
    13 fragment = "1.8.8"
    14 kotlin = "2.1.0"
    14 kotlin = "2.2.0"
    15 kotlinx-coroutines-bom = "1.10.1"
    15 kotlinx-coroutines-bom = "1.10.2"
    16 lifecycle = "2.8.7"
    16 lifecycle = "2.9.1"
    17 material = "1.12.0"
    17 material = "1.12.0"
    18 okhttp = "4.12.0"
    18 okhttp = "4.12.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.6.1"
    23 room = "2.7.2"
    24 timber = "5.0.1"
    24 timber = "5.0.1"
    25 turbine = "1.0.0"
    25 turbine = "1.2.1"
    26 workmanager = "2.10.0"
    26 workmanager = "2.10.2"
    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" }