diff options
Diffstat (limited to 'android/app/build.gradle')
-rw-r--r-- | android/app/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/android/app/build.gradle b/android/app/build.gradle index 74c9c72..b6f0da9 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -23,8 +23,8 @@ if (flutterVersionName == null) { } android { - namespace "com.example.yolo" - compileSdkVersion 33 + namespace "com.example.yoloo" + compileSdkVersion flutter.compileSdkVersion ndkVersion flutter.ndkVersion compileOptions { @@ -46,7 +46,7 @@ android { // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. minSdkVersion 21 - targetSdkVersion 33 + targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName } |