| Index: build.gradle |
| =================================================================== |
| --- a/build.gradle |
| +++ b/build.gradle |
| @@ -16,9 +16,13 @@ allprojects { |
| ext { |
| minSdkVersion = 21 |
| targetSdkVersion = 25 |
| compileSdkVersion = 25 |
| buildToolsVersion = '25.0.3' |
| androidSupportLibraryVersion = '25.3.1' |
| sourceCompatibilityVersion = JavaVersion.VERSION_1_7 |
| targetCompatibilityVersion = JavaVersion.VERSION_1_7 |
| + easyListUpdateUrl = 'https://easylist-downloads.adblockplus.org/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 |
| } |