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
ndkVersion flutter. ndkVersion
31
31
32
32
compileOptions {
@@ -39,8 +39,8 @@ android {
39
39
applicationId " com.example.text_to_image_gen"
40
40
// You can update the following values to match your application needs.
41
41
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
42
- minSdkVersion flutter . minSdkVersion
43
- targetSdkVersion flutter . targetSdkVersion
42
+ minSdkVersion 21
43
+ targetSdkVersion 33
44
44
versionCode flutterVersionCode. toInteger()
45
45
versionName flutterVersionName
46
46
}
You can’t perform that action at this time.
0 commit comments