[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41223: Change the versioning scheme for Android.



Title: GitLab

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:

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
     
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits