Skip to content

Commit

Permalink
chore(android): bump to API 34
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Mar 11, 2024
1 parent 5023386 commit d168598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "fr.vareversat.chabo"

compileSdkVersion 33
compileSdkVersion 34

lintOptions {
disable 'InvalidPackage'
Expand All @@ -50,7 +50,7 @@ android {
multiDexEnabled true // https://pub.dev/packages/flutter_local_notifications/
applicationId "fr.vareversat.chabo"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

0 comments on commit d168598

Please sign in to comment.