File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
107107android {
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\" "
You can’t perform that action at this time.
0 commit comments