Skip to content

Commit

Permalink
Push version code for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
svillar committed Jul 26, 2022
1 parent 333b8ce commit 9baee63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ android {
applicationId "com.igalia.wolvic"
minSdkVersion build_versions.min_sdk
targetSdkVersion build_versions.target_sdk
versionCode 41
versionName "1.0"
versionCode 42
versionName "1.0.1"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
buildConfigField "String", "AMO_COLLECTION", "\"fxr\""
Expand Down

0 comments on commit 9baee63

Please sign in to comment.