Skip to content

Commit

Permalink
fix: 4571 - android targetSdkVersion 33 (#4574)
Browse files Browse the repository at this point in the history
Impacted file:
* `build.gradle`: targetSdkVersion 33
  • Loading branch information
monsieurtanuki committed Aug 27, 2023
1 parent d4bdca2 commit c6d8aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smooth_app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
defaultConfig {
applicationId "org.openfoodfacts.scanner"
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
Expand Down

0 comments on commit c6d8aec

Please sign in to comment.