Skip to content

Commit

Permalink
feat: upgrade android target build version to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-Linagora committed Dec 4, 2023
1 parent d7913cb commit f8b041a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.linagora.android.linshare"
minSdkVersion 16
targetSdkVersion 31
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
manifestPlaceholders += [
Expand Down

0 comments on commit f8b041a

Please sign in to comment.