Skip to content

Commit

Permalink
Bump version code for 1.2 (again)
Browse files Browse the repository at this point in the history
We landed a last minute fix for the favicons patch to work
properly.
  • Loading branch information
svillar committed Nov 3, 2022
1 parent bf96226 commit c355e12
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 51
versionCode 52
versionName "1.2"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
Expand Down

0 comments on commit c355e12

Please sign in to comment.