Skip to content

Commit

Permalink
Fixes #56 - update supabase_flutter to 2.0.1 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
JavascriptMick authored Dec 16, 2023
1 parent 8b9eae1 commit 6203cf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.8.21'
repositories {
google()
mavenCentral()
Expand All @@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
supabase_flutter: ^1.4.0
supabase_flutter: ^2.0.1
email_validator: ^2.0.1
font_awesome_flutter: ^10.0.0

Expand Down

0 comments on commit 6203cf4

Please sign in to comment.