morgan pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • projects/geckoview/build_apk
    ... ... @@ -78,9 +78,7 @@ done
    78 78
     echo 'ext.gleanBuildDate = "0"' >> app/build.gradle
    
    79 79
     
    
    80 80
     variant='[% c("var/variant") %]'
    
    81
    -# We put the tor-browser version last to avoid int-parsing errors when consumers of project.versionName
    
    82
    -# assume it starts with a major version number, as it does for all Mozilla version names.
    
    83
    -version_name="[% c('var/fenix_version') %]-$variant ([% c('var/torbrowser_version') %])"
    
    81
    +version_name="[% c('var/torbrowser_version') %] ([% c('var/geckoview_version') %])"
    
    84 82
     
    
    85 83
     gradle $GRADLE_FLAGS -PversionName="$version_name" "assemble$variant"
    
    86 84