[versions] agp = "8.6.0" kotlin = "2.0.0" coreKtx = "1.13.1" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" appcompat = "1.7.0" material = "1.12.0" constraintlayout = "2.1.4" navigation = "2.8.0" lifecycle = "2.8.5" dagger = "2.52" work = "2.9.1" recyclerview = "1.3.2" preference = "1.2.1" retrofit = "2.11.0" room = "2.6.1" biometric = "1.2.0-alpha05" color-chooser = "0.7.3" composeAndroid = "1.7.0" acra = "5.11.3" paletteKtx = "1.0.0" [libraries] core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } material = { group = "com.google.android.material", name = "material", version.ref = "material" } constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" } navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigation" } navigation-ui-ktx = { group = "androidx.navigation", name = "navigation-ui-ktx", version.ref = "navigation" } lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle" } lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycle" } lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" } work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "work" } recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" } preference = { group = "androidx.preference", name = "preference-ktx", version.ref = "preference" } biometric-ktx = { group = "androidx.biometric", name = "biometric-ktx", version.ref = "biometric" } color-chooser = { group = "net.mm2d.color-chooser", name = "color-chooser", version.ref = "color-chooser" } retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" } converter-gson = { group = "com.squareup.retrofit2", name = "converter-gson", version.ref = "retrofit" } # Room Packages room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" } room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" } room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" } # Dagger Packages dagger-hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "dagger" } dagger-hilt-compiler = { group = "com.google.dagger", name = "hilt-compiler", version.ref = "dagger" } 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-runtime-android = { group = "androidx.compose.runtime", name = "runtime-android", version.ref = "composeAndroid" } androidx-ui-android = { group = "androidx.compose.ui", name = "ui-android", version.ref = "composeAndroid" } acra-core = { group = "ch.acra", name = "acra-core", version.ref = "acra" } acra-dialog = { group = "ch.acra", name = "acra-dialog", version.ref = "acra" } acra-mail = { group = "ch.acra", name = "acra-mail", version.ref = "acra" } androidx-palette-ktx = { group = "androidx.palette", name = "palette-ktx", version.ref = "paletteKtx" } [plugins] android-application = { id = "com.android.application", version.ref = "agp" } android-library = { id = "com.android.library", version.ref = "agp" } jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } dagger-android = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }