Skip to content
Snippets Groups Projects
Verified Commit c20db53c authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

Bug 41223: Change the versioning scheme for Android.

We change it to $torbrowserVersion ($geckoviewVersion) and remove the
channel from it.
parent 07980a2a
No related tags found
1 merge request!1024Bug 41223: Change the versioning scheme for Android.
......@@ -78,9 +78,7 @@ done
echo 'ext.gleanBuildDate = "0"' >> app/build.gradle
variant='[% c("var/variant") %]'
# We put the tor-browser version last to avoid int-parsing errors when consumers of project.versionName
# assume it starts with a major version number, as it does for all Mozilla version names.
version_name="[% c('var/fenix_version') %]-$variant ([% c('var/torbrowser_version') %])"
version_name="[% c('var/torbrowser_version') %] ([% c('var/geckoview_version') %])"
gradle $GRADLE_FLAGS -PversionName="$version_name" "assemble$variant"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment