We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a8928 commit c2fb513Copy full SHA for c2fb513
starport_template/android/app/build.gradle
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
26
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
27
28
android {
29
- compileSdkVersion 30
+ compileSdkVersion 31
30
31
sourceSets {
32
main.java.srcDirs += 'src/main/kotlin'
@@ -35,7 +35,7 @@ android {
35
defaultConfig {
36
applicationId "com.starport.template"
37
minSdkVersion 23
38
- targetSdkVersion 30
+ targetSdkVersion 31
39
versionCode flutterVersionCode.toInteger()
40
versionName flutterVersionName
41
}
starport_template/android/build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = '1.4.31'
+ ext.kotlin_version = '1.5.10'
3
repositories {
4
google()
5
jcenter()
0 commit comments