File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
cached_network_image/example/android Expand file tree Collapse file tree 3 files changed +5
-3
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 29
29
+ compileSdkVersion 31
30
30
31
31
sourceSets {
32
32
main. java. srcDirs + = ' src/main/kotlin'
@@ -40,9 +40,10 @@ android {
40
40
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
41
41
applicationId " com.example.example"
42
42
minSdkVersion 16
43
- targetSdkVersion 29
43
+ targetSdkVersion 31
44
44
versionCode flutterVersionCode. toInteger()
45
45
versionName flutterVersionName
46
+ ndkVersion = " 21.1.6352462"
46
47
}
47
48
48
49
buildTypes {
Original file line number Diff line number Diff line change 5
5
android : icon =" @mipmap/ic_launcher" >
6
6
<activity
7
7
android : name =" .MainActivity"
8
+ android : exported =" true"
8
9
android : launchMode =" singleTop"
9
10
android : theme =" @style/LaunchTheme"
10
11
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.6.21 '
3
3
repositories {
4
4
google()
5
5
jcenter()
You can’t perform that action at this time.
0 commit comments