]> jfr.im git - i.jfr.im-android.git/blame - gradle/libs.versions.toml
init
[i.jfr.im-android.git] / gradle / libs.versions.toml
CommitLineData
e9a08ae2
JR
1[versions]
2com-android-application = "8.1.0-alpha11"
3org-jetbrains-kotlin-android = "1.7.20"
4core-ktx = "1.9.0"
5junit = "4.13.2"
6androidx-test-ext-junit = "1.1.3"
7espresso-core = "3.4.0"
8lifecycle-runtime-ktx = "2.3.1"
9activity-compose = "1.5.1"
10compose-bom = "2022.10.00"
11appcompat = "1.4.1"
12material = "1.5.0"
13constraintlayout = "2.1.3"
14
15[libraries]
16core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
17junit = { group = "junit", name = "junit", version.ref = "junit" }
18androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
19espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" }
20lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle-runtime-ktx" }
21activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity-compose" }
22compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
23ui = { group = "androidx.compose.ui", name = "ui" }
24ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
25ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
26ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
27ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
28ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
29material3 = { group = "androidx.compose.material3", name = "material3" }
30appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
31material = { group = "com.google.android.material", name = "material", version.ref = "material" }
32constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
33
34[plugins]
35com-android-application = { id = "com.android.application", version.ref = "com-android-application" }
36org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "org-jetbrains-kotlin-android" }
37
38[bundles]
39