Skip to content

Commit

Permalink
Bump version code for 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeerias committed Oct 21, 2023
1 parent 3e71787 commit 13090f2
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 @@ -112,8 +112,8 @@ android {
applicationId "com.igalia.wolvic"
minSdkVersion build_versions.min_sdk
targetSdkVersion build_versions.target_sdk
versionCode 205
versionName "1.5"
versionCode 220
versionName "1.5.1"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
buildConfigField "String", "AMO_COLLECTION", "\"fxr\""
Expand Down

0 comments on commit 13090f2

Please sign in to comment.