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'
25
25
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
26
26
27
27
android {
28
- compileSdkVersion 29
28
+ compileSdkVersion 31
29
29
30
30
lintOptions {
31
31
disable ' InvalidPackage'
@@ -35,7 +35,7 @@ android {
35
35
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
36
36
applicationId " com.syncfusion.flutter_examples"
37
37
minSdkVersion 16
38
- targetSdkVersion 29
38
+ targetSdkVersion 31
39
39
versionCode flutterVersionCode. toInteger()
40
40
versionName flutterVersionName
41
41
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.2.1 '
8
+ classpath ' com.android.tools.build:gradle:3.5.3 '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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