File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
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 29
29+ compileSdkVersion 31
3030
3131 sourceSets {
3232 main. java. srcDirs + = ' src/main/kotlin'
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.3.50 '
2+ ext. kotlin_version = ' 1.6.10 '
33 repositories {
44 google()
5- jcenter ()
5+ mavenCentral ()
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.5.0 '
9+ classpath ' com.android.tools.build:gradle:7.1.2 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
1313
1414allprojects {
1515 repositories {
1616 google()
17- jcenter ()
17+ mavenCentral ()
1818 }
1919}
2020
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-5.6 .2-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7 .2-all.zip
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ environment:
2121 sdk : ' >=2.12.0 <3.0.0'
2222
2323dependencies :
24+ platform : ^3.1.0
2425 flutter :
2526 sdk : flutter
2627 blobs :
You can’t perform that action at this time.
0 commit comments