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 {
9
9
}
10
10
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:4 .1.1 '
12
+ classpath ' com.android.tools.build:gradle:8 .1.4 '
13
13
}
14
14
}
15
15
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx1536M
2
2
android.useAndroidX =true
3
3
android.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
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =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" >
3
2
</manifest >
You can’t perform that action at this time.
0 commit comments