File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
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 33
29
+ compileSdkVersion 34
30
30
31
31
sourceSets {
32
32
main. java. srcDirs + = ' src/main/kotlin'
@@ -35,7 +35,7 @@ android {
35
35
defaultConfig {
36
36
applicationId " video.api.flutter.uploader.example"
37
37
minSdkVersion 21
38
- targetSdkVersion 30
38
+ targetSdkVersion 34
39
39
versionCode flutterVersionCode. toInteger()
40
40
versionName flutterVersionName
41
41
}
Original file line number Diff line number Diff line change 7
7
<activity
8
8
android : name =" .MainActivity"
9
9
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
10
+ android : exported =" true"
10
11
android : hardwareAccelerated =" true"
11
12
android : launchMode =" singleTop"
12
13
android : theme =" @style/LaunchTheme"
You can’t perform that action at this time.
0 commit comments