Skip to content

Commit

Permalink
again?
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jun 8, 2024
1 parent 39378aa commit 1f9e38f
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 @@ -20,12 +20,12 @@ if (keystorePropertiesFile.exists()) {

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '2'
flutterVersionCode = 29
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '1.2.5'
flutterVersionName = '1.2.9'
}

android {
Expand Down

0 comments on commit 1f9e38f

Please sign in to comment.