|
@@ -1,20 +1,27 @@
|
|
|
[versions]
|
|
|
agp = "8.5.1"
|
|
|
-bom = "2.6.1"
|
|
|
-kotlin = "1.9.0"
|
|
|
+bom = "2.6.0"
|
|
|
coilCompose = "2.4.0"
|
|
|
-coreKtx = "1.13.1"
|
|
|
+kotlin = "1.9.0"
|
|
|
+coreKtx = "1.10.1"
|
|
|
junit = "4.13.2"
|
|
|
-junitVersion = "1.2.1"
|
|
|
-espressoCore = "3.6.1"
|
|
|
-lifecycleRuntimeKtx = "2.8.5"
|
|
|
-activityCompose = "1.9.2"
|
|
|
+junitVersion = "1.1.5"
|
|
|
+espressoCore = "3.5.1"
|
|
|
+ktor_version="2.3.12"
|
|
|
+ktorClientAndroid = "2.3.12"
|
|
|
+lifecycleRuntimeKtx = "2.6.1"
|
|
|
+activityCompose = "1.8.0"
|
|
|
composeBom = "2024.04.01"
|
|
|
+storageKt = "2.0.4"
|
|
|
+xmodule_z = "2.6.0"
|
|
|
+volley = "1.2.1"
|
|
|
|
|
|
[libraries]
|
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
|
-coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
|
|
|
bom = { module = "io.github.jan-tennert.supabase:bom", version.ref = "bom" }
|
|
|
+coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
|
|
|
+github-postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
|
|
|
+github-realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
|
|
|
gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt" }
|
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
@@ -29,10 +36,16 @@ androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-toolin
|
|
|
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
|
|
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
|
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
|
-postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
|
|
|
+ktor-client-android = { module = "io.ktor:ktor-client-android", version.ref = "ktor_version" }
|
|
|
+ktor-ktor-client-android = { module = "io.ktor:ktor-client-Android", version.ref = "ktorClientAndroid" }
|
|
|
realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
|
|
|
+postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
|
|
|
+storage-kt = { module = "io.github.jan-tennert.supabase:storage-kt", version.ref = "storageKt" }
|
|
|
+supabase-realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
|
|
|
+supabase-postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
|
|
|
+xmodule_z = { module = "io.github.jan-tennert.supabase:[module]", version.ref = "xmodule_z" }
|
|
|
+volley = { group = "com.android.volley", name = "volley", version.ref = "volley" }
|
|
|
|
|
|
[plugins]
|
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
|
-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
|
-
|
|
|
+kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|