Skip to content

Commit

Permalink
Bump version code for 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeerias committed Dec 10, 2023
1 parent 5c5c5e8 commit fb11845
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 220
versionName "1.5.1"
versionCode 244
versionName "1.5.2"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
buildConfigField "String", "AMO_COLLECTION", "\"fxr\""
Expand Down

0 comments on commit fb11845

Please sign in to comment.