File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
2525apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
2626
2727android {
28- compileSdkVersion 29
28+ compileSdkVersion 31
2929
3030 lintOptions {
3131 disable ' InvalidPackage'
@@ -35,7 +35,7 @@ android {
3535 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3636 applicationId " com.syncfusion.flutter_examples"
3737 minSdkVersion 16
38- targetSdkVersion 29
38+ targetSdkVersion 31
3939 versionCode flutterVersionCode. toInteger()
4040 versionName flutterVersionName
4141 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66
77 dependencies {
8- classpath ' com.android.tools.build:gradle:3.2.1 '
8+ classpath ' com.android.tools.build:gradle:3.5.3 '
99 }
1010}
1111
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1 -all.zip
You can’t perform that action at this time.
0 commit comments