File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:4 .1.1 '
12+ classpath ' com.android.tools.build:gradle:8 .1.4 '
1313 }
1414}
1515
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx1536M
22android.useAndroidX =true
33android.enableJetifier =true
4+ android.defaults.buildfeatures.buildconfig =true
5+ android.nonTransitiveRClass =false
6+ android.nonFinalResIds =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-6.5 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -all.zip
Original file line number Diff line number Diff line change 1- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.mixpanel.mixpanel_flutter" >
1+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
32</manifest >
You can’t perform that action at this time.
0 commit comments