gradle/libs.versions.toml
changeset 36 a8cfcfe9a6ed
parent 34 ce299aacc068
child 37 ff77c11da594
equal deleted inserted replaced
35:4ca4a17fe9f7 36:a8cfcfe9a6ed
    30 kotlinx-serialization = "1.8.1"
    30 kotlinx-serialization = "1.8.1"
    31 androidx-activity = "1.10.1"
    31 androidx-activity = "1.10.1"
    32 androidx-navigation = "2.8.9"
    32 androidx-navigation = "2.8.9"
    33 androidx-compose-bom = "2025.04.00"
    33 androidx-compose-bom = "2025.04.00"
    34 androidx-lifecycle = "2.8.7"
    34 androidx-lifecycle = "2.8.7"
    35 geekdroid = "geekttrss-1.6.2"
    35 org-jetbrains-androidx-lifecycle = "2.8.4"
       
    36 geekdroid = "geekttrss-1.6.7"
    36 
    37 
    37 
    38 
    38 [libraries]
    39 [libraries]
    39 junit = { group = "junit", name = "junit", version.ref = "junit" }
    40 junit = { group = "junit", name = "junit", version.ref = "junit" }
    40 androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
    41 androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
    45 kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines"}
    46 kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines"}
    46 geekdroid = { module = "com.geekorum.geekdroid:geekdroid", version.ref = "geekdroid" }
    47 geekdroid = { module = "com.geekorum.geekdroid:geekdroid", version.ref = "geekdroid" }
    47 
    48 
    48 androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref="androidx-lifecycle" }
    49 androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref="androidx-lifecycle" }
    49 androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
    50 androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
       
    51 org-jetbrains-androidx-lifecycle-viewmodel = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel", version.ref = "org-jetbrains-androidx-lifecycle" }
    50 androidx-activity = { module = "androidx.activity:activity-ktx", version.ref="androidx-activity" }
    52 androidx-activity = { module = "androidx.activity:activity-ktx", version.ref="androidx-activity" }
    51 androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref="androidx-activity" }
    53 androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref="androidx-activity" }
    52 
    54 
    53 androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" }
    55 androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" }
    54 androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref="androidx-navigation" }
    56 androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref="androidx-navigation" }