File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
32
32
}
33
33
34
34
android {
35
- compileSdkVersion 30
35
+ compileSdkVersion 31
36
36
37
37
sourceSets {
38
38
main. java. srcDirs + = ' src/main/kotlin'
@@ -46,7 +46,7 @@ android {
46
46
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
47
47
applicationId " be.martinelli.miniflutt"
48
48
minSdkVersion 19
49
- targetSdkVersion 30
49
+ targetSdkVersion 31
50
50
versionCode flutterVersionCode. toInteger()
51
51
versionName flutterVersionName
52
52
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -72,7 +72,7 @@ android {
72
72
}
73
73
}
74
74
75
- ndkVersion " 23.0.7272597 "
75
+ ndkVersion " 23.1.7779620 "
76
76
}
77
77
78
78
flutter {
Original file line number Diff line number Diff line change 14
14
android : launchMode =" singleTop"
15
15
android : theme =" @style/LaunchTheme"
16
16
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
17
+ android : exported =" true"
17
18
android : hardwareAccelerated =" true"
18
19
android : windowSoftInputMode =" adjustResize" >
19
20
<intent-filter >
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.30 '
3
3
repositories {
4
4
google()
5
5
jcenter()
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:4.1.0 '
9
+ classpath ' com.android.tools.build:gradle:7.0.2 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
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.7 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -all.zip
You can’t perform that action at this time.
0 commit comments