
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/c2... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c2... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
morgan (@morgan)