Skip to content

Commit

Permalink
Bump version code for 1.1
Browse files Browse the repository at this point in the history
We had previously done that, but I committed a mistake while generating
the packages and now the stores force us to increment it to upload new
packages.
  • Loading branch information
svillar committed Sep 12, 2022
1 parent b6b7e98 commit 2b96b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ android {
applicationId "com.igalia.wolvic"
minSdkVersion build_versions.min_sdk
targetSdkVersion build_versions.target_sdk
versionCode 47
versionCode 48
versionName "1.1"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
Expand Down

0 comments on commit 2b96b5f

Please sign in to comment.