File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
26
26
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
27
28
28
android {
29
- compileSdkVersion 30
29
+ compileSdkVersion 31
30
30
31
31
sourceSets {
32
32
main. java. srcDirs + = ' src/main/kotlin'
@@ -36,7 +36,7 @@ android {
36
36
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
37
37
applicationId " dev.danvickmiller.example"
38
38
minSdkVersion 16
39
- targetSdkVersion 30
39
+ targetSdkVersion 31
40
40
versionCode flutterVersionCode. toInteger()
41
41
versionName flutterVersionName
42
42
}
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.3.50 '
2
+ ext. kotlin_version = ' 1.5.0 '
3
3
repositories {
4
4
google()
5
- jcenter ()
5
+ mavenCentral ()
6
6
}
7
7
8
8
dependencies {
@@ -14,7 +14,7 @@ buildscript {
14
14
allprojects {
15
15
repositories {
16
16
google()
17
- jcenter ()
17
+ mavenCentral ()
18
18
}
19
19
}
20
20
You can’t perform that action at this time.
0 commit comments