File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ apply plugin: 'kotlin-kapt'
27
27
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
28
28
29
29
android {
30
- compileSdkVersion 29
30
+ compileSdkVersion 30
31
31
32
32
sourceSets {
33
33
main. java. srcDirs + = ' src/main/kotlin'
@@ -40,7 +40,7 @@ android {
40
40
defaultConfig {
41
41
applicationId " com.fluttercandies.wechatAssetsPickerExample"
42
42
minSdkVersion 21
43
- targetSdkVersion 29
43
+ targetSdkVersion 30
44
44
versionCode flutterVersionCode. toInteger()
45
45
versionName flutterVersionName
46
46
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.4.10 '
2
+ ext. kotlin_version = ' 1.5.21 '
3
3
repositories {
4
4
google()
5
- jcenter ()
5
+ mavenCentral ()
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.6.4 '
9
+ classpath ' com.android.tools.build:gradle:4.1.0 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
13
13
14
14
allprojects {
15
15
repositories {
16
16
google()
17
- jcenter ()
17
+ mavenCentral ()
18
18
}
19
19
}
20
20
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-6.6.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -all.zip
You can’t perform that action at this time.
0 commit comments