File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ plugins {
99android {
1010 namespace = " io.flutter.plugins.firebase.tests"
1111 // use "flutter.compileSdkVersion" and bump AGP once twitter_login has released v4.4.3: https://github.com/0maru/twitter_login/issues/139
12- compileSdkVersion 34
12+ compileSdk 36
1313 ndkVersion = flutter. ndkVersion
1414
1515 compileOptions {
16- sourceCompatibility = JavaVersion . VERSION_1_8
17- targetCompatibility = JavaVersion . VERSION_1_8
16+ sourceCompatibility = JavaVersion . VERSION_11
17+ targetCompatibility = JavaVersion . VERSION_11
1818 }
1919
2020 kotlinOptions {
21- jvmTarget = JavaVersion . VERSION_1_8
21+ jvmTarget = JavaVersion . VERSION_11
2222 }
2323
2424 defaultConfig {
2525 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
2626 applicationId = " io.flutter.plugins.firebase.tests"
2727 // You can update the following values to match your application needs.
2828 // For more information, see: https://flutter.dev/to/review-gradle-config.
29- minSdk = 23
29+ minSdkVersion = flutter . minSdkVersion
3030 targetSdk = flutter. targetSdkVersion
3131 versionCode = flutter. versionCode
3232 versionName = flutter. versionName
@@ -43,4 +43,4 @@ android {
4343
4444flutter {
4545 source = " ../.."
46- }
46+ }
Original file line number Diff line number Diff line change 1- org.gradle.jvmargs =-Xmx1536M
1+ org.gradle.jvmargs =-Xmx4G
22android.useAndroidX =true
3- android.enableJetifier =true
3+ android.enableJetifier =false
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -all.zip
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
1818
1919plugins {
2020 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.8.22 " apply false
21+ id " com.android.application" version " 8. 7.3" apply false
22+ id " org.jetbrains.kotlin.android" version " 2.1.0 " apply false
2323 id " com.google.gms.google-services" version " 4.4.2" apply false
2424}
2525
You can’t perform that action at this time.
0 commit comments