Bump compileSdkVersion and targetSdkVersion android

This commit is contained in:
Juan Gilsanz Polo 2024-02-29 15:17:11 +01:00
parent dac07edd89
commit 133d29aa91

View file

@ -29,7 +29,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 33
compileSdkVersion 34
ndkVersion flutter.ndkVersion
compileOptions {
@ -51,7 +51,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-build-configuration.
minSdkVersion 26
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}