Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Feb 3, 2022
1 parent 437f501 commit 9fd0771
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 @@ -80,8 +80,8 @@ android {
applicationId "com.igalia.wolvic"
minSdkVersion build_versions.min_sdk
targetSdkVersion build_versions.target_sdk
versionCode 8
versionName "0.9"
versionCode 16
versionName "0.9.3"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
buildConfigField "String", "AMO_COLLECTION", "\"fxr\""
Expand Down

0 comments on commit 9fd0771

Please sign in to comment.