gradle/libs.versions.toml
changeset 2 bedda51b88eb
parent 1 137a5da55ed9
child 12 dc48b76fbeb8
equal deleted inserted replaced
1:137a5da55ed9 2:bedda51b88eb
     1 [versions]
     1 [versions]
     2 com-android-application = "8.0.0"
     2 com-android-application = "8.0.0"
     3 com-android-library = "8.0.0"
     3 com-android-library = "8.0.0"
     4 org-jetbrains-kotlin-android = "1.8.0"
     4 org-jetbrains-kotlin-android = "1.8.20"
     5 core-ktx = "1.10.0"
       
     6 junit = "4.13.2"
     5 junit = "4.13.2"
     7 androidx-test-ext-junit = "1.1.5"
     6 androidx-test-ext-junit = "1.1.5"
     8 espresso-core = "3.5.1"
     7 espresso-core = "3.5.1"
     9 appcompat = "1.6.1"
     8 appcompat = "1.6.1"
    10 material = "1.8.0"
       
    11 okio = "3.3.0"
     9 okio = "3.3.0"
    12 kotlinx-coroutines = "1.6.4"
    10 kotlinx-coroutines = "1.6.4"
       
    11 androidx-activity = "1.7.0"
       
    12 androidx-navigation = "2.5.3"
       
    13 androidx-compose-bom = "2023.04.00"
       
    14 androidx-compose-compiler = "1.4.5"
       
    15 androidx-lifecycle = "2.6.1"
       
    16 geekdroid = "geekttrss-1.6.2"
       
    17 
    13 
    18 
    14 [libraries]
    19 [libraries]
    15 core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
       
    16 junit = { group = "junit", name = "junit", version.ref = "junit" }
    20 junit = { group = "junit", name = "junit", version.ref = "junit" }
    17 androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
    21 androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
    18 espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" }
    22 espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" }
       
    23 
    19 appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
    24 appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
    20 material = { group = "com.google.android.material", name = "material", version.ref = "material" }
       
    21 okio = { module = "com.squareup.okio:okio", version.ref = "okio"}
    25 okio = { module = "com.squareup.okio:okio", version.ref = "okio"}
    22 kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines"}
    26 kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines"}
       
    27 geekdroid = { module = "com.geekorum.geekdroid:geekdroid", version.ref = "geekdroid" }
       
    28 
       
    29 androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref="androidx-lifecycle" }
       
    30 androidx-activity = { module = "androidx.activity:activity-ktx", version.ref="androidx-activity" }
       
    31 androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref="androidx-activity" }
       
    32 
       
    33 androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" }
       
    34 androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref="androidx-navigation" }
       
    35 
       
    36 androidx-compose-material = { module = "androidx.compose.material:material" }
       
    37 androidx-compose-material3 = { module = "androidx.compose.material3:material3", version = "1.1.0-beta02" }
    23 
    38 
    24 
    39 
    25 [plugins]
    40 [plugins]
    26 com-android-application = { id = "com.android.application", version.ref = "com-android-application" }
    41 com-android-application = { id = "com.android.application", version.ref = "com-android-application" }
    27 com-android-library = { id = "com.android.library", version.ref = "com-android-library" }
    42 com-android-library = { id = "com.android.library", version.ref = "com-android-library" }