| 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' |
| exceptionRulesUpdateUrl = 'https://easylist-downloads.adblockplus.org/exceptionrules.txt' |
| easyListFilePath = file('adblockplussbrowser/res/raw/easylist.txt').absolutePath |
| exceptionRulesFilePath = file('adblockplussbrowser/res/raw/exceptionrules.txt').absolutePath |