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

Commits:

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 { *; }