[versions] accompanist = "0.36.0" activityCompose = "1.9.3" amneziawgAndroid = "1.2.4" androidx-junit = "1.2.1" appcompat = "1.7.0" biometricKtx = "1.2.0-alpha05" coreKtx = "1.15.0" datastorePreferences = "1.1.1" desugar_jdk_libs = "2.1.4" espressoCore = "3.6.1" hiltAndroid = "2.54" hiltNavigationCompose = "1.2.0" junit = "4.13.2" kotlinx-serialization-json = "1.7.3" lifecycle-runtime-compose = "2.8.7" material3 = "1.3.1" navigationCompose = "2.8.5" pinLockCompose = "1.0.4" roomVersion = "2.6.1" timber = "5.0.1" tunnel = "1.2.1" androidGradlePlugin = "8.8.0-rc02" kotlin = "2.1.0" ksp = "2.1.0-1.0.29" composeBom = "2024.12.01" compose = "1.7.6" zxingAndroidEmbedded = "4.3.0" coreSplashscreen = "1.0.1" gradlePlugins-grgit = "5.3.0" #plugins material = "1.12.0" gradlePlugins-ktlint="12.1.2" [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" } #room amneziawg-android = { module = "com.zaneschepke:amneziawg-android", version.ref = "amneziawgAndroid" } androidx-biometric-ktx = { module = "androidx.biometric:biometric-ktx", version.ref = "biometricKtx" } androidx-core = { module = "androidx.core:core", version.ref = "coreKtx" } androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" } 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 androidx-room-testing = { module = "androidx.room:room-testing", version.ref = "roomVersion" } desugar_jdk_libs = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugar_jdk_libs" } 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-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" } 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 = "compose" } pin-lock-compose = { module = "com.zaneschepke:pin_lock_compose", version.ref = "pinLockCompose" } timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" } tunnel = { module = "com.zaneschepke:wireguard-android", version.ref = "tunnel" } zxing-android-embedded = { module = "com.journeyapps:zxing-android-embedded", version.ref = "zxingAndroidEmbedded" } material = { group = "com.google.android.material", name = "material", version.ref = "material" } [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" } kotlinxSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } androidLibrary = { id = "com.android.library", version.ref = "androidGradlePlugin" } compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "gradlePlugins-ktlint" } grgit = { id = "org.ajoberstar.grgit.service", version.ref = "gradlePlugins-grgit" }