Skip to content

Commit

Permalink
update: increment flutter version code
Browse files Browse the repository at this point in the history
  • Loading branch information
shukebeta committed Oct 10, 2024
1 parent c55eec6 commit bc5d086
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 @@ -15,7 +15,7 @@ if (localPropertiesFile.exists()) {

def flutterVersionCode = localProperties.getProperty("flutter.versionCode")
if (flutterVersionCode == null) {
flutterVersionCode = "0"
flutterVersionCode = "1"
}

def flutterVersionName = localProperties.getProperty("flutter.versionName")
Expand Down

0 comments on commit bc5d086

Please sign in to comment.