cleaning up
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
[versions]
|
||||
agp = "8.13.2"
|
||||
biometric = "1.1.0"
|
||||
fastexcel = "0.20.0"
|
||||
jacksonCore = "2.21.1"
|
||||
kotlin = "2.3.0"
|
||||
coreKtx = "1.17.0"
|
||||
junit = "4.13.2"
|
||||
@@ -7,6 +10,7 @@ junitVersion = "1.3.0"
|
||||
espressoCore = "3.7.0"
|
||||
kotlinxDatetime = "0.7.1"
|
||||
kotlinxSerializationJson = "1.9.0"
|
||||
ktorClientOkhttp = "3.4.1"
|
||||
lifecycleRuntimeKtx = "2.10.0"
|
||||
activityCompose = "1.12.2"
|
||||
composeBom = "2025.12.01"
|
||||
@@ -15,14 +19,18 @@ appcompat = "1.7.1"
|
||||
desugarJdkLibs = "2.1.5"
|
||||
material3WindowSizeClass = "1.4.0"
|
||||
materialIconsExtended = "1.7.8"
|
||||
poiOoxml = "5.5.1"
|
||||
supabase = "3.2.6"
|
||||
ktor = "3.3.3"
|
||||
|
||||
|
||||
[libraries]
|
||||
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
||||
androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" }
|
||||
androidx-compose-material3-window-size-class1 = { module = "androidx.compose.material3:material3-window-size-class", version.ref = "material3WindowSizeClass" }
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
fastexcel = { module = "org.dhatim:fastexcel", version.ref = "fastexcel" }
|
||||
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jacksonCore" }
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
||||
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
||||
@@ -44,6 +52,8 @@ androidx-compose-material-icons-extended = { group = "androidx.compose.material"
|
||||
# supabase
|
||||
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinxDatetime" }
|
||||
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
||||
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktorClientOkhttp" }
|
||||
poi-ooxml = { module = "org.apache.poi:poi-ooxml", version.ref = "poiOoxml" }
|
||||
supabase-bom = { group = "io.github.jan-tennert.supabase", name = "bom", version.ref = "supabase" }
|
||||
supabase-postgrest = { group = "io.github.jan-tennert.supabase", name = "postgrest-kt" }
|
||||
supabase-auth = { group = "io.github.jan-tennert.supabase", name = "auth-kt" }
|
||||
|
||||
Reference in New Issue
Block a user