Skip to content

Commit c2fb513

Browse files
authored
bump up android and gradle versions (#220)
1 parent 00a8928 commit c2fb513

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

starport_template/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion 30
29+
compileSdkVersion 31
3030

3131
sourceSets {
3232
main.java.srcDirs += 'src/main/kotlin'
@@ -35,7 +35,7 @@ android {
3535
defaultConfig {
3636
applicationId "com.starport.template"
3737
minSdkVersion 23
38-
targetSdkVersion 30
38+
targetSdkVersion 31
3939
versionCode flutterVersionCode.toInteger()
4040
versionName flutterVersionName
4141
}

starport_template/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.4.31'
2+
ext.kotlin_version = '1.5.10'
33
repositories {
44
google()
55
jcenter()

0 commit comments

Comments
 (0)