Skip to content

Commit 65da437

Browse files
committed
Bump version code for 1.8.2
1 parent 8d1f63c commit 65da437

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ def isWebKitAvailable = {
101101
}
102102

103103
// Version names for Gecko and Chromium releases.
104-
def GECKO_RELEASE_VERSION_NAME = '1.8.1'
105-
def CHROMIUM_RELEASE_VERSION_NAME = '1.2.1'
104+
def GECKO_RELEASE_VERSION_NAME = '1.8.2'
105+
def CHROMIUM_RELEASE_VERSION_NAME = '1.2.2'
106106

107107
android {
108108
namespace 'com.igalia.wolvic'
@@ -112,7 +112,7 @@ android {
112112
minSdkVersion 24
113113
targetSdkVersion 34
114114
versionCode generatedVersionCode
115-
versionName "1.8.1"
115+
versionName "1.8.2"
116116
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
117117
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
118118
buildConfigField "String", "AMO_COLLECTION", "\"fxr\""

0 commit comments

Comments
 (0)