[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41223: Change the versioning scheme for Android.
morgan (@morgan)
git at gitlab.torproject.org
Mon Aug 26 22:07:29 UTC 2024
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
c20db53c by Pier Angelo Vendrame at 2024-08-26T18:30:18+02:00
Bug 41223: Change the versioning scheme for Android.
We change it to $torbrowserVersion ($geckoviewVersion) and remove the
channel from it.
- - - - -
1 changed file:
- projects/geckoview/build_apk
Changes:
=====================================
projects/geckoview/build_apk
=====================================
@@ -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"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c20db53cea07d64218be3bf1e953bdcec608f614
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c20db53cea07d64218be3bf1e953bdcec608f614
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240826/6a7fb5dc/attachment-0001.htm>
More information about the tbb-commits
mailing list