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'
2626apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
2727
2828android {
29- compileSdkVersion 31
29+ compileSdkVersion 33
3030
3131 sourceSets {
3232 main. java. srcDirs + = ' src/main/kotlin'
@@ -36,7 +36,7 @@ android {
3636 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3737 applicationId " com.example.example"
3838 minSdkVersion 16
39- targetSdkVersion 31
39+ targetSdkVersion 33
4040 versionCode flutterVersionCode. toInteger()
4141 versionName flutterVersionName
4242 }
Original file line number Diff line number Diff line change 77 android : icon =" @mipmap/ic_launcher" >
88 <activity
99 android : name =" .MainActivity"
10+ android : exported =" true"
1011 android : launchMode =" singleTop"
1112 android : theme =" @style/LaunchTheme"
1213 android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.3.50 '
2+ ext. kotlin_version = ' 1.7.20 '
33 repositories {
44 google()
55 jcenter()
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:4.1.0 '
9+ classpath ' com.android.tools.build:gradle:7.2.1 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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