| Index: adblockplussbrowser/build.gradle |
| =================================================================== |
| --- a/adblockplussbrowser/build.gradle |
| +++ b/adblockplussbrowser/build.gradle |
| @@ -31,17 +31,17 @@ android { |
| proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |
| lintOptions { |
| disable 'MissingTranslation' |
| } |
| } |
| } |
| afterEvaluate { project -> |
| - project.tasks.prepareReleaseDependencies << { |
|
jens
2017/11/03 13:33:26
The task 'prepareReleaseDependencies ' does not ex
|
| + project.tasks.generateReleaseResources << { |
| updateBundledLists() |
| println('Bundled lists updated at ' + new Date().format('dd MMM yyyy, HH:mm:ss zzz')) |
| } |
| } |
| } |
| def updateBundledLists() { |
| new URL(rootProject.ext.easyListUpdateUrl).withInputStream { |