This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-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 31
29
+ compileSdkVersion 33
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 " com.example.example"
38
38
minSdkVersion 16
39
- targetSdkVersion 31
39
+ targetSdkVersion 33
40
40
versionCode flutterVersionCode. toInteger()
41
41
versionName flutterVersionName
42
42
}
Original file line number Diff line number Diff line change 7
7
android : icon =" @mipmap/ic_launcher" >
8
8
<activity
9
9
android : name =" .MainActivity"
10
+ android : exported =" true"
10
11
android : launchMode =" singleTop"
11
12
android : theme =" @style/LaunchTheme"
12
13
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
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.7.20 '
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.2.1 '
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.4.2 -all.zip
You can’t perform that action at this time.
0 commit comments