1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- [versions]
- agp = "8.5.2"
- bom = "2.6.1"
- coilCompose = "2.4.0"
- datetime = "0.8.1-rc"
- kotlin = "1.9.0"
- coreKtx = "1.13.1"
- junit = "4.13.2"
- junitVersion = "1.2.1"
- espressoCore = "3.6.1"
- ktorClientCio = "2.3.4"
- ktorClientOkhttp = "2.3.12"
- lifecycleRuntimeKtx = "2.8.5"
- activityCompose = "1.9.2"
- composeBom = "2024.09.01"
- material3 = "1.3.0"
- navigationCompose = "2.8.0"
- supabaseKt = "2.6.1"
- [libraries]
- androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
- androidx-material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
- androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
- androidx-navigation-dynamic-features-fragment = { module = "androidx.navigation:navigation-dynamic-features-fragment", version.ref = "navigationCompose" }
- androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigationCompose" }
- androidx-navigation-ui = { module = "androidx.navigation:navigation-ui", version.ref = "navigationCompose" }
- bom = { module = "io.github.jan-tennert.supabase:bom", version.ref = "bom" }
- coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
- datetime = { module = "io.github.vanpra.compose-material-dialogs:datetime", version.ref = "datetime" }
- 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" }
- 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" }
- ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktorClientCio" }
- ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktorClientOkhttp" }
- postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
- realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
- storage-kt = { module = "io.github.jan-tennert.supabase:storage-kt", version.ref = "bom" }
- supabase-gotrue = { module = "io.github.jan-tennert.supabase:supabase-gotrue", version.ref = "bom" }
- supabase-gotrue-kt = { module = "io.github.jan-tennert.supabase:gotrue-kt", version.ref = "bom" }
- supabase-kt = { module = "io.supabase:supabase-kt", version.ref = "supabaseKt" }
- [plugins]
- android-application = { id = "com.android.application", version.ref = "agp" }
- jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|