File tree 3 files changed +4
-3
lines changed
packages/supabase_flutter/example/android
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx4G -XX:MaxMetaspaceSize =2G -XX:+HeapDumpOnOutOfMemoryError
2
2
android.useAndroidX =true
3
3
android.enableJetifier =true
4
+ kotlin.version =2.1.20
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 .3-all.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8 .3-all.zip
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
18
18
19
19
plugins {
20
20
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21
- id " com.android.application" version " 7.3 .0" apply false
22
- id " org.jetbrains.kotlin.android" version " 1.7.10 " apply false
21
+ id " com.android.application" version " 8.1 .0" apply false
22
+ id " org.jetbrains.kotlin.android" version " 2.1.20 " apply false
23
23
}
24
24
25
25
include " :app"
You can’t perform that action at this time.
0 commit comments