]> Git — Sourcephile - tmp/julm/android.git/blob - android/gradle/libs.versions.toml
learnability(nix): add a `README.md`
[tmp/julm/android.git] / android / gradle / libs.versions.toml
1 [versions]
2 agp = "8.5.0"
3 kotlin = "1.9.0"
4 coreKtx = "1.13.1"
5 junit = "4.13.2"
6 junitVersion = "1.2.1"
7 espressoCore = "3.6.1"
8 lifecycleRuntimeKtx = "2.6.1"
9 activityCompose = "1.9.1"
10 composeBom = "2024.04.01"
11 appcompat = "1.7.0"
12
13
14 [libraries]
15 androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
16 junit = { group = "junit", name = "junit", version.ref = "junit" }
17 androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
18 androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
19 androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
20 androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
21 androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
22 androidx-ui = { group = "androidx.compose.ui", name = "ui" }
23 androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
24 androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
25 androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
26 androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
27 androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
28 androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
29 androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
30
31 [plugins]
32 android-application = { id = "com.android.application", version.ref = "agp" }
33 jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
34