File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ apply plugin: 'kotlin-kapt'
27
27
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
28
28
29
29
android {
30
- compileSdkVersion 30
30
+ compileSdkVersion 31
31
31
32
32
sourceSets {
33
33
main. java. srcDirs + = ' src/main/kotlin'
@@ -41,7 +41,7 @@ android {
41
41
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
42
42
applicationId " com.fluttercandies.wechat_camera_picker_demo"
43
43
minSdkVersion 21
44
- targetSdkVersion 30
44
+ targetSdkVersion 31
45
45
versionCode flutterVersionCode. toInteger()
46
46
versionName flutterVersionName
47
47
}
@@ -60,7 +60,6 @@ flutter {
60
60
}
61
61
62
62
dependencies {
63
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
64
63
implementation ' com.github.bumptech.glide:glide:4.11.0'
65
64
kapt ' com.github.bumptech.glide:compiler:4.11.0'
66
65
}
Original file line number Diff line number Diff line change 18
18
android : theme =" @style/LaunchTheme"
19
19
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
20
20
android : hardwareAccelerated =" true"
21
- android : windowSoftInputMode =" adjustResize" >
21
+ android : windowSoftInputMode =" adjustResize"
22
+ android : exported =" true" >
22
23
<!-- Specifies an Android theme to apply to this Activity as soon as
23
24
the Android process has started. This theme is visible to the user
24
25
while the Flutter UI initializes. After that, this theme continues
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.5.21 '
2
+ ext. kotlin_version = ' 1.6.0 '
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 1
1
org.gradle.jvmargs =-Xmx1536M
2
- android.enableR8 =true
3
2
android.useAndroidX =true
4
3
android.enableJetifier =true
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.8.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.1 -all.zip
You can’t perform that action at this time.
0 commit comments