Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblockplussbrowser/build.gradle

Issue 29596640: Noissue - Update dependecies and tools (Closed)
Patch Set: Created Nov. 3, 2017, 1:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | adblockplussbrowser/libs/android-support-v4.jar » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | adblockplussbrowser/libs/android-support-v4.jar » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld