File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-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 flutter . compileSdkVersion
29
+ compileSdkVersion 33
30
30
31
31
compileOptions {
32
32
sourceCompatibility JavaVersion . VERSION_1_8
@@ -44,8 +44,8 @@ android {
44
44
defaultConfig {
45
45
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
46
46
applicationId " dev.formbuilderfilepicker.example"
47
- minSdkVersion flutter . minSdkVersion
48
- targetSdkVersion flutter . targetSdkVersion
47
+ minSdkVersion 16
48
+ targetSdkVersion 33
49
49
versionCode flutterVersionCode. toInteger()
50
50
versionName flutterVersionName
51
51
}
You can’t perform that action at this time.
0 commit comments