Files
RidgeScout/gradle/libs.versions.toml
T

35 lines
1.8 KiB
TOML
Raw Permalink Normal View History

2024-03-24 17:49:47 -06:00
[versions]
2026-02-10 10:23:05 -07:00
agp = "8.13.2"
2024-03-24 17:49:47 -06:00
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
appcompat = "1.6.1"
material = "1.10.0"
constraintlayout = "2.1.4"
lifecycleLivedataKtx = "2.6.1"
lifecycleViewmodelKtx = "2.6.1"
2025-02-16 23:31:27 -07:00
material3 = "1.3.1"
2024-03-24 17:49:47 -06:00
navigationFragment = "2.6.0"
navigationUi = "2.6.0"
2024-03-29 17:37:05 -06:00
supportAnnotations = "28.0.0"
2024-10-05 18:47:36 -06:00
preference = "1.2.1"
2024-03-24 17:49:47 -06:00
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycleLivedataKtx" }
lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
2025-02-16 23:31:27 -07:00
material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
2024-03-24 17:49:47 -06:00
navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigationFragment" }
navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigationUi" }
2024-03-29 17:37:05 -06:00
support-annotations = { group = "com.android.support", name = "support-annotations", version.ref = "supportAnnotations" }
2024-10-05 18:47:36 -06:00
preference = { group = "androidx.preference", name = "preference", version.ref = "preference" }
2024-03-24 17:49:47 -06:00
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }