Skip to content

Commit

Permalink
chore: bump target android sdk
Browse files Browse the repository at this point in the history
this is needed to publish a bundle to google's play store
  • Loading branch information
bonomat committed Sep 5, 2023
1 parent 1f8fadb commit 7bf7be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ android {

defaultConfig {
applicationId "finance.get10101.app"
minSdkVersion 21
targetSdkVersion 30
minSdkVersion 33
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

0 comments on commit 7bf7be9

Please sign in to comment.