130 lines
6.7 KiB
TOML
130 lines
6.7 KiB
TOML
[versions]
|
|
# Build plugins
|
|
agp = "8.7.3"
|
|
kotlin = "2.0.21"
|
|
ksp = "2.0.21-1.0.28"
|
|
googleServices = "4.4.2"
|
|
crashlyticsPlugin = "3.0.2"
|
|
hilt = "2.53.1"
|
|
|
|
# AndroidX / Compose
|
|
coreKtx = "1.15.0"
|
|
splashscreen = "1.0.1"
|
|
lifecycle = "2.8.7"
|
|
activityCompose = "1.9.3"
|
|
composeBom = "2025.01.01"
|
|
navigationCompose = "2.8.5"
|
|
hiltNavigationCompose = "1.2.0"
|
|
room = "2.6.1"
|
|
datastore = "1.1.2"
|
|
glance = "1.1.1"
|
|
securityCrypto = "1.0.0"
|
|
appcompat = "1.7.0"
|
|
biometric = "1.1.0"
|
|
credentials = "1.3.0"
|
|
|
|
# Firebase / Google
|
|
firebaseBom = "33.8.0"
|
|
playIntegrity = "1.4.0"
|
|
googleid = "1.1.1"
|
|
|
|
# Third-party
|
|
revenuecat = "8.20.0"
|
|
coil = "2.7.0"
|
|
coroutines = "1.9.0"
|
|
tink = "1.13.0"
|
|
bouncycastle = "1.78.1"
|
|
|
|
# Test
|
|
junit = "4.13.2"
|
|
mockk = "1.13.14"
|
|
orgJson = "20240303"
|
|
androidxTestJunit = "1.1.5"
|
|
androidxTestRunner = "1.5.2"
|
|
|
|
[libraries]
|
|
# AndroidX core
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
|
|
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "splashscreen" }
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
|
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
|
androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" }
|
|
|
|
# Lifecycle
|
|
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
|
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" }
|
|
|
|
# Compose (versions from the BOM)
|
|
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeBom" }
|
|
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
|
|
androidx-compose-ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
|
|
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
|
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
|
|
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
|
|
androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
|
|
|
|
# Navigation / Hilt
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
|
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
|
|
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
|
|
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hiltNavigationCompose" }
|
|
|
|
# Room
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
|
|
|
# DataStore / Glance / Security
|
|
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastore" }
|
|
androidx-glance-appwidget = { module = "androidx.glance:glance-appwidget", version.ref = "glance" }
|
|
androidx-glance-material3 = { module = "androidx.glance:glance-material3", version.ref = "glance" }
|
|
androidx-security-crypto = { module = "androidx.security:security-crypto", version.ref = "securityCrypto" }
|
|
|
|
# Credentials (Google Sign-In)
|
|
androidx-credentials = { module = "androidx.credentials:credentials", version.ref = "credentials" }
|
|
androidx-credentials-play-services-auth = { module = "androidx.credentials:credentials-play-services-auth", version.ref = "credentials" }
|
|
google-identity-googleid = { module = "com.google.android.libraries.identity.googleid:googleid", version.ref = "googleid" }
|
|
|
|
# Firebase (versions from the BOM)
|
|
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" }
|
|
firebase-auth-ktx = { module = "com.google.firebase:firebase-auth-ktx" }
|
|
firebase-firestore-ktx = { module = "com.google.firebase:firebase-firestore-ktx" }
|
|
firebase-messaging-ktx = { module = "com.google.firebase:firebase-messaging-ktx" }
|
|
firebase-config-ktx = { module = "com.google.firebase:firebase-config-ktx" }
|
|
firebase-analytics-ktx = { module = "com.google.firebase:firebase-analytics-ktx" }
|
|
firebase-crashlytics-ktx = { module = "com.google.firebase:firebase-crashlytics-ktx" }
|
|
firebase-appcheck-ktx = { module = "com.google.firebase:firebase-appcheck-ktx" }
|
|
firebase-appcheck-playintegrity = { module = "com.google.firebase:firebase-appcheck-playintegrity" }
|
|
firebase-appcheck-debug = { module = "com.google.firebase:firebase-appcheck-debug" }
|
|
firebase-storage-ktx = { module = "com.google.firebase:firebase-storage-ktx" }
|
|
firebase-functions-ktx = { module = "com.google.firebase:firebase-functions-ktx" }
|
|
google-play-integrity = { module = "com.google.android.play:integrity", version.ref = "playIntegrity" }
|
|
|
|
# Third-party
|
|
revenuecat-purchases = { module = "com.revenuecat.purchases:purchases", version.ref = "revenuecat" }
|
|
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
|
|
coil-gif = { module = "io.coil-kt:coil-gif", version.ref = "coil" }
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
|
|
tink-android = { module = "com.google.crypto.tink:tink-android", version.ref = "tink" }
|
|
bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk18on", version.ref = "bouncycastle" }
|
|
|
|
# Test
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
|
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
|
|
mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
|
|
org-json = { module = "org.json:json", version.ref = "orgJson" }
|
|
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidxTestJunit" }
|
|
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidxTestRunner" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
google-services = { id = "com.google.gms.google-services", version.ref = "googleServices" }
|
|
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "crashlyticsPlugin" }
|
|
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|