File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
2727
2828android {
29- compileSdkVersion 31
29+ compileSdkVersion 33
3030 ndkVersion ' 21.4.7075529'
3131
3232 compileOptions {
@@ -49,7 +49,7 @@ android {
4949 // You can update the following values to match your application needs.
5050 // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
5151 minSdkVersion 16
52- targetSdkVersion 31
52+ targetSdkVersion 33
5353 versionCode flutterVersionCode. toInteger()
5454 versionName flutterVersionName
5555
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:4.1.3 '
9+ classpath ' com.android.tools.build:gradle:7.2.2 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
@@ -26,6 +26,6 @@ subprojects {
2626 project. evaluationDependsOn(' :app' )
2727}
2828
29- task clean ( type : Delete ) {
29+ tasks . register( " clean " , Delete ) {
3030 delete rootProject. buildDir
3131}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.9.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments