Skip to content

Commit

Permalink
Bump version code for 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeerias committed Feb 20, 2024
1 parent c7a5147 commit b64e81e
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 @@ -119,8 +119,8 @@ android {
applicationId "com.igalia.wolvic"
minSdkVersion build_versions.min_sdk
targetSdkVersion build_versions.target_sdk
versionCode 245
versionName "1.6"
versionCode 308
versionName "1.6.0"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
buildConfigField "String", "AMO_COLLECTION", "\"fxr\""
Expand Down

0 comments on commit b64e81e

Please sign in to comment.