gradle/libs.versions.toml
changeset 92 d0a027c33366
parent 73 1b1779baa28f
child 102 47363ef81dc3
equal deleted inserted replaced
91:b3b57696b660 92:d0a027c33366
    20 
    20 
    21 [versions]
    21 [versions]
    22 android-gradle-plugin = "8.9.2"
    22 android-gradle-plugin = "8.9.2"
    23 dokka = "2.0.0"
    23 dokka = "2.0.0"
    24 kotlin = "2.1.20"
    24 kotlin = "2.1.20"
    25 jetbrains-compose-multiplatform = "1.8.0-rc01" # rc for adaptive
    25 jetbrains-compose-multiplatform = "1.8.0"
    26 junit = "4.13.2"
    26 junit = "4.13.2"
    27 androidx-test-ext-junit = "1.2.1"
    27 androidx-test-ext-junit = "1.2.1"
    28 espresso-core = "3.6.1"
    28 espresso-core = "3.6.1"
    29 appcompat = "1.7.0"
    29 appcompat = "1.7.0"
    30 okio = "3.11.0"
    30 okio = "3.11.0"
    31 kotlinx-coroutines = "1.10.2"
    31 kotlinx-coroutines = "1.10.2"
    32 kotlinx-serialization = "1.8.1"
    32 kotlinx-serialization = "1.8.1"
    33 androidx-activity = "1.10.1"
    33 androidx-activity = "1.10.1"
    34 androidx-navigation = "2.8.9"
    34 androidx-navigation = "2.8.9"
    35 androidx-compose-bom = "2025.04.01"
    35 androidx-compose-bom = "2025.04.01"
    36 jetbrains-androidx-lifecycle = "2.9.0-alpha07"
    36 jetbrains-androidx-lifecycle = "2.9.0-beta01"
    37 jetbrains-androidx-navigation = "2.9.0-alpha17"
    37 jetbrains-androidx-navigation = "2.9.0-beta01"
    38 jetbrains-compose-material3AdaptiveNavigation = "1.1.0-rc01"
    38 jetbrains-compose-material3AdaptiveNavigation = "1.1.0"
    39 jetbrains-compose-materialIconsCore = "1.7.3"
    39 jetbrains-compose-materialIconsCore = "1.7.3"
    40 jetbrains-compose-ui = "1.8.0-rc01"
    40 jetbrains-compose-ui = "1.8.0"
    41 geekdroid = "geekttrss-1.6.7"
    41 geekdroid = "geekttrss-1.6.7"
    42 
    42 
    43 
    43 
    44 [libraries]
    44 [libraries]
    45 junit = { group = "junit", name = "junit", version.ref = "junit" }
    45 junit = { group = "junit", name = "junit", version.ref = "junit" }