2023-09-15 07:24:19 -04:00
|
|
|
[versions]
|
2024-01-27 12:44:38 -05:00
|
|
|
accompanist = "0.34.0"
|
2023-12-20 23:13:48 -05:00
|
|
|
activityCompose = "1.8.2"
|
2023-09-15 07:24:19 -04:00
|
|
|
androidx-junit = "1.1.5"
|
|
|
|
appcompat = "1.6.1"
|
2023-10-16 22:43:28 -04:00
|
|
|
biometricKtx = "1.2.0-alpha05"
|
2023-10-21 12:50:20 -04:00
|
|
|
coreGoogleShortcuts = "1.1.0"
|
2023-09-15 07:24:19 -04:00
|
|
|
coreKtx = "1.12.0"
|
2023-12-20 23:13:48 -05:00
|
|
|
datastorePreferences = "1.0.0"
|
2023-11-08 21:43:03 -05:00
|
|
|
desugar_jdk_libs = "2.0.4"
|
2023-09-15 07:24:19 -04:00
|
|
|
espressoCore = "3.5.1"
|
|
|
|
firebase-crashlytics-gradle = "2.9.9"
|
2023-10-10 13:19:20 -04:00
|
|
|
google-services = "4.4.0"
|
2024-01-06 04:06:21 -05:00
|
|
|
hiltAndroid = "2.50"
|
2023-11-08 21:43:03 -05:00
|
|
|
hiltNavigationCompose = "1.1.0"
|
2023-09-15 07:24:19 -04:00
|
|
|
junit = "4.13.2"
|
2023-12-05 01:14:19 -05:00
|
|
|
kotlinx-serialization-json = "1.6.2"
|
2024-01-19 20:52:11 -05:00
|
|
|
lifecycle-runtime-compose = "2.7.0"
|
2024-01-27 12:44:38 -05:00
|
|
|
material3 = "1.2.0-rc01"
|
2023-12-20 23:13:48 -05:00
|
|
|
navigationCompose = "2.7.6"
|
2023-12-05 01:14:19 -05:00
|
|
|
roomVersion = "2.6.1"
|
2023-09-15 07:24:19 -04:00
|
|
|
timber = "5.0.1"
|
|
|
|
tunnel = "1.0.20230706"
|
2024-01-27 12:44:38 -05:00
|
|
|
androidGradlePlugin = "8.2.2"
|
2024-01-19 20:52:11 -05:00
|
|
|
kotlin = "1.9.22"
|
|
|
|
ksp = "1.9.22-1.0.16"
|
2024-01-27 12:44:38 -05:00
|
|
|
composeBom = "2024.01.00"
|
|
|
|
firebaseBom = "32.7.1"
|
|
|
|
compose = "1.6.0"
|
|
|
|
crashlytics = "18.6.1"
|
2024-01-06 04:06:21 -05:00
|
|
|
analytics = "21.5.0"
|
2023-09-15 14:51:38 -04:00
|
|
|
zxingAndroidEmbedded = "4.3.0"
|
2023-11-08 21:43:03 -05:00
|
|
|
zxingCore = "3.5.2"
|
2023-09-15 07:24:19 -04:00
|
|
|
|
|
|
|
|
|
|
|
[libraries]
|
|
|
|
# accompanist
|
|
|
|
accompanist-drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version.ref = "accompanist" }
|
|
|
|
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
|
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
|
|
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
2023-10-10 13:19:20 -04:00
|
|
|
|
2023-09-15 07:24:19 -04:00
|
|
|
#room
|
2023-10-16 22:43:28 -04:00
|
|
|
androidx-biometric-ktx = { module = "androidx.biometric:biometric-ktx", version.ref = "biometricKtx" }
|
2023-10-21 12:50:20 -04:00
|
|
|
androidx-core = { module = "androidx.core:core", version.ref = "coreKtx" }
|
|
|
|
androidx-core-google-shortcuts = { module = "androidx.core:core-google-shortcuts", version.ref = "coreGoogleShortcuts" }
|
2023-12-20 23:13:48 -05:00
|
|
|
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
|
2023-10-16 22:43:28 -04:00
|
|
|
androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle-runtime-compose" }
|
2023-10-12 20:20:53 -04:00
|
|
|
androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "lifecycle-runtime-compose" }
|
2023-09-15 07:24:19 -04:00
|
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomVersion" }
|
|
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomVersion" }
|
|
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomVersion" }
|
|
|
|
|
|
|
|
#compose
|
2024-01-06 04:06:21 -05:00
|
|
|
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeBom" }
|
|
|
|
androidx-compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
|
|
|
|
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
|
|
|
androidx-compose-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "compose" }
|
|
|
|
androidx-compose-ui-graphics = { module = "androidx.compose.ui:ui-graphics", version.ref = "compose" }
|
|
|
|
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
|
|
|
|
androidx-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
|
2023-09-15 07:24:19 -04:00
|
|
|
|
|
|
|
#hilt
|
2023-12-20 23:13:48 -05:00
|
|
|
androidx-room-testing = { module = "androidx.room:room-testing", version.ref = "roomVersion" }
|
2023-11-08 21:43:03 -05:00
|
|
|
desugar_jdk_libs = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugar_jdk_libs" }
|
2023-09-15 07:24:19 -04:00
|
|
|
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hiltAndroid" }
|
|
|
|
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hiltAndroid" }
|
|
|
|
|
|
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
|
|
|
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
|
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
|
|
|
|
androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" }
|
|
|
|
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hiltNavigationCompose" }
|
|
|
|
androidx-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-junit" }
|
|
|
|
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle-runtime-compose" }
|
|
|
|
androidx-material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
|
|
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
|
|
|
|
|
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
|
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization-json" }
|
|
|
|
lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle-runtime-compose" }
|
2024-01-27 12:44:38 -05:00
|
|
|
material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
2023-09-15 07:24:19 -04:00
|
|
|
|
|
|
|
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
|
|
|
|
tunnel = { module = "com.wireguard.android:tunnel", version.ref = "tunnel" }
|
|
|
|
|
|
|
|
#firebase
|
|
|
|
google-firebase-crashlytics-ktx = { module = "com.google.firebase:firebase-crashlytics-ktx", version.ref = "crashlytics" }
|
|
|
|
google-firebase-analytics-ktx = { module = "com.google.firebase:firebase-analytics-ktx", version.ref = "analytics" }
|
|
|
|
firebase-crashlytics-gradle = { module = "com.google.firebase:firebase-crashlytics-gradle", version.ref = "firebase-crashlytics-gradle" }
|
2024-01-06 04:06:21 -05:00
|
|
|
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" }
|
2023-09-15 07:24:19 -04:00
|
|
|
google-services = { module = "com.google.gms:google-services", version.ref = "google-services" }
|
|
|
|
|
2023-09-15 14:51:38 -04:00
|
|
|
zxing-core = { module = "com.google.zxing:core", version.ref = "zxingCore" }
|
|
|
|
zxing-android-embedded = { module = "com.journeyapps:zxing-android-embedded", version.ref = "zxingAndroidEmbedded" }
|
|
|
|
|
2023-09-15 07:24:19 -04:00
|
|
|
[plugins]
|
|
|
|
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
|
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
|
|
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hiltAndroid" }
|
2024-01-06 04:06:21 -05:00
|
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|