Pier Angelo Vendrame pushed to branch tor-browser-152.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

2 changed files:

Changes:

  • mobile/android/fenix/app/build.gradle
    ... ... @@ -197,7 +197,7 @@ android {
    197 197
     
    
    198 198
             // manifest.template.json is converted to manifest.json at build time.
    
    199 199
             // No need to package the template in the APK.
    
    200
    -        ignoreAssetsPattern = "manifest.template.json:omni.ja"
    
    200
    +        ignoreAssetsPattern = "manifest.template.json"
    
    201 201
         }
    
    202 202
     
    
    203 203
         testOptions {
    

  • mobile/android/geckoview/build.gradle
    ... ... @@ -165,6 +165,10 @@ android {
    165 165
             singleVariant('debug')
    
    166 166
         }
    
    167 167
     
    
    168
    +    androidResources {
    
    169
    +        ignoreAssetsPattern "omni.ja"
    
    170
    +    }
    
    171
    +
    
    168 172
         namespace = 'org.mozilla.geckoview'
    
    169 173
     }
    
    170 174