Skip to content

Commit

Permalink
Increase Android bundle version
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsRefsgaard committed Jul 20, 2023
1 parent 979eee5 commit 72b0838
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (flutterRoot == null) {

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '17'
flutterVersionCode = '18'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
Expand Down
30 changes: 0 additions & 30 deletions android/fastlane/report.xml

This file was deleted.

0 comments on commit 72b0838

Please sign in to comment.