1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- [versions]
- agp = "8.6.1"
- authKt = "3.0.1"
- bom = "2.6.1"
- kotlin = "2.0.0"
- coreKtx = "1.15.0"
- junit = "4.13.2"
- junitVersion = "1.2.1"
- espressoCore = "3.6.1"
- ktorClientAndroid = "3.0.0"
- lifecycleRuntimeKtx = "2.8.7"
- activityCompose = "1.9.3"
- composeBom = "2024.11.00"
- navigationCompose = "2.8.3"
- postgrestKt = "3.0.1"
- appcompat = "1.7.0"
- [libraries]
- androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
- androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
- auth-kt = { module = "io.github.jan-tennert.supabase:auth-kt", version.ref = "authKt" }
- bom = { module = "io.github.jan-tennert.supabase:bom", version.ref = "bom" }
- functions-kt = { module = "io.github.jan-tennert.supabase:functions-kt", version.ref = "authKt" }
- 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" }
- androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
- androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
- androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
- androidx-ui = { group = "androidx.compose.ui", name = "ui" }
- androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
- androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
- androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
- 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" }
- ktor-client-android = { module = "io.ktor:ktor-client-android", version.ref = "ktorClientAndroid" }
- postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt", version.ref = "postgrestKt" }
- realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt", version.ref = "authKt" }
- storage-kt = { module = "io.github.jan-tennert.supabase:storage-kt", version.ref = "authKt" }
- androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
- [plugins]
- android-application = { id = "com.android.application", version.ref = "agp" }
- jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
- compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|