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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-140.0esr-15.0-1] TB 43987 [Android]: disable optimization for org.mozilla.experiments.nimbus.Nimbus



Title: GitLab

boklm pushed to branch tor-browser-140.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • d4d0ff81
    by Nicolas Vigier at 2025-07-17T08:31:12+02:00
    TB 43987 [Android]: disable optimization for org.mozilla.experiments.nimbus.Nimbus
    
    Fixing a reproducibility issue.
    

1 changed file:

Changes:

  • mobile/android/fenix/app/proguard-rules.pro
    ... ... @@ -133,3 +133,7 @@
    133 133
     
    
    134 134
     # Workaround for 'already has mapping' r8 issue (https://issuetracker.google.com/issues/140851070)
    
    135 135
     -keep class com.google.android.gms.common.internal.BaseGmsClient { *; }
    
    136
    +
    
    137
    +# tor-browser#43987 - Keep org.mozilla.experiments.nimbus.Nimbus to fix
    
    138
    +# reproducibility issue
    
    139
    +-keep class org.mozilla.experiments.nimbus.Nimbus { *; }

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx