12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- [versions]
- agp = "8.4.0"
- kotlin = "1.9.23"
- ksp = "1.9.23-1.0.20"
- coreKtx = "1.13.1"
- junit = "4.13.2"
- junitVersion = "1.1.5"
- espressoCore = "3.5.1"
- lifecycleRuntimeKtx = "2.7.0"
- activityCompose = "1.9.0"
- composeBom = "2024.05.00"
- hilt = "2.49"
- hiltNavigation = "1.2.0"
- gms = "4.3.14"
- navigation = "2.7.7"
- coil = "2.6.0"
- constraintLayout = "1.0.1"
- paging = "3.2.1"
- serializationJson = "1.6.2"
- coroutines = "1.8.0"
- exif = "1.3.7"
- room = "2.6.1"
- okhttp = "4.12.0"
- work = "2.9.0"
- firebaseBom = "32.7.2"
- [libraries]
- androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
- junit = { group = "junit", name = "junit", version.ref = "junit" }
- androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
- androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
- androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
- androidx-lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "lifecycleRuntimeKtx" }
- androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
- androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
- androidx-ui = { group = "androidx.compose.ui", name = "ui" }
- androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
- androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
- androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
- androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
- androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
- androidx-material-icons = { group = "androidx.compose.material", name = "material-icons-extended" }
- androidx-runtime = { group = "androidx.compose.runtime", name = "runtime" }
- androidx-runtime-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata" }
- androidx-navigation = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation" }
- coil = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil" }
- androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout-compose", version.ref = "constraintLayout" }
- androidx-paging = { group = "androidx.paging", name = "paging-compose", version.ref = "paging" }
- androidx-paging-common = { group = "androidx.paging", name = "paging-common-ktx", version.ref = "paging" }
- org-jetbrains-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "serializationJson" }
- org-jetbrains-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" }
- org-jetbrains-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutines" }
- com-google-hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
- com-google-hilt-android-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" }
- androidx-hilt-navigation = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "hiltNavigation" }
- androidx-exifinterface = { group = "androidx.exifinterface", name = "exifinterface", version.ref = "exif" }
- androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
- androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
- androidx-room = { group = "androidx.room", name = "room-ktx", version.ref = "room" }
- androidx-room-paging = { group = "androidx.room", name = "room-paging", version.ref = "room" }
- okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" }
- androidx-work = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "work" }
- firebase-bom = { group = "com.google.firebase", name = "firebase-bom", version.ref = "firebaseBom" }
- firebase-messaging = { group = "com.google.firebase", name = "firebase-messaging-ktx" }
- [plugins]
- androidApplication = { id = "com.android.application", version.ref = "agp" }
- jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
- androidLibrary = { id = "com.android.library", version.ref = "agp" }
- jetbrainsKotlinPluginSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
- googleDaggerHiltAndroid = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
- googleDevtoolsKsp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
- googleGmsGoogleServices = { id = "com.google.gms.google-services", version.ref = "gms" }
|