Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dev #387

Merged
merged 10 commits into from
Dec 12, 2023
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

Expand Down
Loading