diff --git a/README.md b/README.md index 42e43a01d..2f120b929 100644 --- a/README.md +++ b/README.md @@ -58,15 +58,15 @@ implementation("io.github.jan-tennert.supabase:[module]") ### Plugins -#### [Apollo GraphQL integration](/plugins/ApolloGraphQL) +#### [Apollo GraphQL integration](/plugins/ApolloGraphQL) - Creates an [Apollo GraphQL Client](https://github.com/apollographql/apollo-kotlin) for interacting with the Supabase API. -#### [Compose Auth](/plugins/ComposeAuth) +#### [Compose Auth](/plugins/ComposeAuth) - Provides easy Native Google & Apple Auth for Compose Multiplatform targets. -#### [Compose Auth UI](/plugins/ComposeAuthUI) +#### [Compose Auth UI](/plugins/ComposeAuthUI) - Provides UI Components for Compose Multiplatform. -#### [Coil Integration](/plugins/CoilIntegration) +#### [Coil Integration](/plugins/CoilIntegration) - Provides a [Coil](https://github.com/coil-kt/coil) Integration for displaying images stored in Supabase Storage. -#### [Compose-ImageLoader Integration](/plugins/ImageLoaderIntegration) +#### [Compose-ImageLoader Integration](/plugins/ImageLoaderIntegration) - Provides a [Compose ImageLoader](https://github.com/qdsfdhvh/compose-imageloader) Integration for displaying images stored in Supabase Storage. # Demos diff --git a/gradle.properties b/gradle.properties index 86534e0d0..d75e553d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,4 +10,4 @@ kotlin.experimental.tryK2=false org.jetbrains.compose.experimental.uikit.enabled=true org.jetbrains.compose.experimental.jscanvas.enabled=true -supabase-version = 2.0.0-beta-2 +supabase-version = 2.0.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 82c9bd29a..0e3ca33b3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "1.9.21" -ktor = "2.3.6" +ktor = "2.3.7" dokka = "1.9.10" kotlinx-datetime = "0.5.0" kermit = "2.0.2" @@ -25,7 +25,7 @@ googleid = "1.1.0" compose = "1.5.11" androidsvg = "1.4" coil = "2.5.0" -imageloader = "1.7.0" +imageloader = "1.7.1" okio = "3.6.0" credentials = "1.2.0"