|
| 1 | +[versions] |
| 2 | +core-ktx = "1.9.0" |
| 3 | +lifecycle-runtime-ktx = "2.6.1" |
| 4 | +activity-compose = "1.7.2" |
| 5 | +compose-bom = "2024.03.00" |
| 6 | +junit = "4.13.2" |
| 7 | +androidx-junit = "1.1.5" |
| 8 | +espresso-core = "3.5.1" |
| 9 | +# plugins |
| 10 | +agp = "8.3.0" |
| 11 | +kotlin = "1.9.0" |
| 12 | +maven-publish = "0.28.0" |
| 13 | + |
| 14 | +[libraries] |
| 15 | +androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" } |
| 16 | +androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle-runtime-ktx" } |
| 17 | +androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity-compose" } |
| 18 | +androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" } |
| 19 | +androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" } |
| 20 | +androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" } |
| 21 | +androidx-compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" } |
| 22 | +androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } |
| 23 | +androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" } |
| 24 | +junit = { group = "junit", name = "junit", version.ref = "junit" } |
| 25 | +androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-junit" } |
| 26 | +androidx-test-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" } |
| 27 | +androidx-compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } |
| 28 | +androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } |
| 29 | +androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" } |
| 30 | + |
| 31 | +[plugins] |
| 32 | +agp-app = { id = "com.android.application", version.ref = "agp" } |
| 33 | +agp-lib = { id = "com.android.library", version.ref = "agp" } |
| 34 | +kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
| 35 | +maven-publish = { id = "com.vanniktech.maven.publish", version.ref = "maven-publish" } |
0 commit comments