Skip to content

Commit

Permalink
[Chromium] Beta release build changes
Browse files Browse the repository at this point in the history
These are the build changes for the beta release
* Use 0.9.1 version
* Changed the name of the app to Wolvic Chromium (beta)
* Added ".chromium" to the package name to avoid clashes
  • Loading branch information
svillar committed Jun 14, 2024
1 parent 5183af3 commit ab578aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ android {
minSdkVersion build_versions.min_sdk
targetSdkVersion build_versions.target_sdk
versionCode generatedVersionCode
versionName "1.7"
versionName "0.9.1"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
buildConfigField "String", "AMO_COLLECTION", "\"fxr\""
Expand Down Expand Up @@ -174,8 +174,8 @@ android {

buildTypes {
release {
minifyEnabled true
shrinkResources true
//minifyEnabled true
//shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig getUseDebugSigningOnRelease() ? debug.signingConfig : release.signingConfig
buildConfigField 'String', 'PROPS_ENDPOINT', '"https://igalia.github.io/wolvic/props.json"'
Expand Down Expand Up @@ -360,14 +360,15 @@ android {

chromium {
dimension "backend"
resValue "string", "app_name", "Wolvic Chromium"
resValue "string", "app_name", "Wolvic Chromium (beta)"
externalNativeBuild {
cmake {
cppFlags " -DCHROMIUM"
arguments "-DCHROMIUM=ON"
}
}
buildConfigField "Boolean", "ENABLE_PAGE_ZOOM", "true"
applicationIdSuffix ".chromium"
}

webkit {
Expand Down

0 comments on commit ab578aa

Please sign in to comment.