diff --git a/fbla_ui/android/app/build.gradle b/fbla_ui/android/app/build.gradle index 1ed92e1..b00b834 100644 --- a/fbla_ui/android/app/build.gradle +++ b/fbla_ui/android/app/build.gradle @@ -24,7 +24,7 @@ if (flutterVersionName == null) { android { namespace "com.marinodev.fbla_ui" - compileSdkVersion flutter.compileSdkVersion + compileSdkVersion 34 ndkVersion "25.1.8937393" // ndkVersion flutter.ndkVersion @@ -47,7 +47,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 flutter.minSdkVersion - targetSdkVersion flutter.targetSdkVersion + targetSdkVersion 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName }