|
| 1 | +[versions] |
| 2 | +agp = "8.4.0" |
| 3 | +guava = "32.0.1-android" |
| 4 | +kotlin = "1.9.23" |
| 5 | +coreKtx = "1.13.1" |
| 6 | +junit = "4.13.2" |
| 7 | +junitVersion = "1.1.5" |
| 8 | +espressoCore = "3.5.1" |
| 9 | +lifecycleRuntimeKtx = "2.7.0" |
| 10 | +activityCompose = "1.9.0" |
| 11 | +composeBom = "2024.05.00" |
| 12 | +reactiveStreams = "1.0.4" |
| 13 | +vertexAI = "16.0.0-alpha03" |
| 14 | + |
| 15 | +[libraries] |
| 16 | +androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } |
| 17 | +guava = { module = "com.google.guava:guava", version.ref = "guava" } |
| 18 | +junit = { group = "junit", name = "junit", version.ref = "junit" } |
| 19 | +androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } |
| 20 | +androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" } |
| 21 | +androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" } |
| 22 | +androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" } |
| 23 | +androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" } |
| 24 | +androidx-ui = { group = "androidx.compose.ui", name = "ui" } |
| 25 | +androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" } |
| 26 | +androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } |
| 27 | +androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } |
| 28 | +androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" } |
| 29 | +androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } |
| 30 | +androidx-material3 = { group = "androidx.compose.material3", name = "material3" } |
| 31 | + |
| 32 | +# Vertex AI SDKs in Firebase |
| 33 | +firebase-vertex-ai ={ group = "com.google.firebase", name = "firebase-vertexai", version.ref = "vertexAI" } |
| 34 | +reactive-streams = { module = "org.reactivestreams:reactive-streams", version.ref = "reactiveStreams" } |
| 35 | + |
| 36 | +[plugins] |
| 37 | +androidApplication = { id = "com.android.application", version.ref = "agp" } |
| 38 | +jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
| 39 | + |
0 commit comments