Skip to content

Commit

Permalink
Bump versionCode for 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
svillar committed May 26, 2022
1 parent 4b03f97 commit 623726e
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 @@ -80,7 +80,7 @@ android {
applicationId "com.igalia.wolvic"
minSdkVersion build_versions.min_sdk
targetSdkVersion build_versions.target_sdk
versionCode 30
versionCode 33
versionName "0.9.6"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
Expand Down

0 comments on commit 623726e

Please sign in to comment.