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

Unified Diff: build.gradle

Issue 29757571: Issue 6591 - Bundle ABP for Samsung Internet China with Easylist for China (Closed)
Patch Set: Created April 20, 2018, 1:27 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
Index: build.gradle
===================================================================
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,8 @@
androidSupportLibraryVersion = '27.1.0'
sourceCompatibilityVersion = JavaVersion.VERSION_1_7
targetCompatibilityVersion = JavaVersion.VERSION_1_7
- easyListUpdateUrl = 'https://easylist-downloads.adblockplus.org/easylist.txt'
+ easyListDefaultUpdateUrl = 'https://easylist-downloads.adblockplus.org/easylist.txt'
+ easyListChinaUpdateUrl = ' https://easylist-downloads.adblockplus.org/easylistchina+easylistchina_compliance+easylist.txt'
anton 2018/04/20 14:03:20 not required space here? does it work with space?
diegocarloslima 2018/04/20 14:48:53 Nice catch! The weird thing is that it worked...
exceptionRulesUpdateUrl = 'https://easylist-downloads.adblockplus.org/exceptionrules.txt'
easyListFilePath = file('adblockplussbrowser/res/raw/easylist.txt').absolutePath
exceptionRulesFilePath = file('adblockplussbrowser/res/raw/exceptionrules.txt').absolutePath

Powered by Google App Engine
This is Rietveld