|
@@ -4,7 +4,7 @@ androidDatabaseSqlcipher = "4.11.0"
|
|
|
coreSplashscreen = "1.0.1"
|
|
coreSplashscreen = "1.0.1"
|
|
|
datastorePreferences = "1.1.7"
|
|
datastorePreferences = "1.1.7"
|
|
|
hiltAndroid = "2.57.2"
|
|
hiltAndroid = "2.57.2"
|
|
|
-kotlin = "2.2.20"
|
|
|
|
|
|
|
+kotlin = "2.2.10"
|
|
|
coreKtx = "1.17.0"
|
|
coreKtx = "1.17.0"
|
|
|
junit = "4.13.2"
|
|
junit = "4.13.2"
|
|
|
junitVersion = "1.3.0"
|
|
junitVersion = "1.3.0"
|
|
@@ -18,6 +18,7 @@ navigationFragmentKtx = "2.9.5"
|
|
|
navigationUiKtx = "2.9.5"
|
|
navigationUiKtx = "2.9.5"
|
|
|
roomVersion = "2.8.2"
|
|
roomVersion = "2.8.2"
|
|
|
sqliteFramework = "2.6.1"
|
|
sqliteFramework = "2.6.1"
|
|
|
|
|
+ksp = "2.2.10-2.0.2"
|
|
|
|
|
|
|
|
[libraries]
|
|
[libraries]
|
|
|
android-database-sqlcipher = { module = "net.zetetic:sqlcipher-android", version.ref = "androidDatabaseSqlcipher" }
|
|
android-database-sqlcipher = { module = "net.zetetic:sqlcipher-android", version.ref = "androidDatabaseSqlcipher" }
|
|
@@ -46,4 +47,6 @@ androidx-navigation-ui-ktx = { group = "androidx.navigation", name = "navigation
|
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
|
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hiltAndroid" }
|
|
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hiltAndroid" }
|
|
|
|
|
+devtools-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
|
|
|
+android-library = { id = "com.android.library", version.ref = "agp" }
|
|
|
|
|
|