[versions] accompanist = "0.31.2-alpha" activityCompose = "1.8.0" androidx-junit = "1.1.5" appcompat = "1.6.1" biometricKtx = "1.2.0-alpha05" coreGoogleShortcuts = "1.1.0" coreKtx = "1.12.0" espressoCore = "3.5.1" firebase-crashlytics-gradle = "2.9.9" google-services = "4.4.0" hiltAndroid = "2.48" hiltNavigationCompose = "1.0.0" junit = "4.13.2" kotlinx-serialization-json = "1.5.1" lifecycle-runtime-compose = "2.6.2" material-icons-extended = "1.5.3" material3 = "1.1.2" navigationCompose = "2.7.4" roomVersion = "2.6.0-rc01" timber = "5.0.1" tunnel = "1.0.20230706" androidGradlePlugin = "8.3.0-alpha06" kotlin="1.9.10" ksp="1.9.10-1.0.13" composeBom="2023.10.00" firebaseBom="32.3.1" compose="1.5.3" crashlytics="18.4.3" analytics="21.3.0" composeCompiler="1.5.3" zxingAndroidEmbedded = "4.3.0" zxingCore = "3.4.1" [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-navigation-animation = { module = "com.google.accompanist:accompanist-navigation-animation", 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" } #room androidx-biometric-ktx = { module = "androidx.biometric:biometric-ktx", version.ref = "biometricKtx" } androidx-core = { module = "androidx.core:core", version.ref = "coreKtx" } androidx-core-google-shortcuts = { module = "androidx.core:core-google-shortcuts", version.ref = "coreGoogleShortcuts" } androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle-runtime-compose" } androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "lifecycle-runtime-compose" } 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 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" } #hilt 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" } material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "material-icons-extended" } 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" } firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom"} google-services = { module = "com.google.gms:google-services", version.ref = "google-services" } zxing-core = { module = "com.google.zxing:core", version.ref = "zxingCore" } zxing-android-embedded = { module = "com.journeyapps:zxing-android-embedded", version.ref = "zxingAndroidEmbedded" } [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" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }