Skip to content

Commit 5c6a25d

Browse files
sdkVersion updated
1 parent 98ff317 commit 5c6a25d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion flutter.compileSdkVersion
29+
compileSdkVersion 33
3030
ndkVersion flutter.ndkVersion
3131

3232
compileOptions {
@@ -39,8 +39,8 @@ android {
3939
applicationId "com.example.text_to_image_gen"
4040
// You can update the following values to match your application needs.
4141
// 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
4444
versionCode flutterVersionCode.toInteger()
4545
versionName flutterVersionName
4646
}

0 commit comments

Comments
 (0)