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

Side by Side Diff: adblock-android-webviewapp/build.gradle

Issue 29920555: Issue 6971 - Update regular expressions for resource type detection (Closed)
Patch Set: Created Oct. 23, 2018, 11:03 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « adblock-android-webview/src/org/adblockplus/libadblockplus/android/webview/AdblockWebView.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 apply plugin: 'com.android.application' 1 apply plugin: 'com.android.application'
2 2
3 android { 3 android {
4 compileSdkVersion 21 4 compileSdkVersion 21
5 buildToolsVersion "27.0.3" 5 buildToolsVersion "27.0.3"
6 6
7 defaultConfig { 7 defaultConfig {
8 applicationId "org.adblockplus.libadblockplus.android.webviewapp" 8 applicationId "org.adblockplus.libadblockplus.android.webviewapp"
9 minSdkVersion 21 9 minSdkVersion 21
10 targetSdkVersion 21 10 targetSdkVersion 21
11 versionCode 10 11 versionCode 11
12 versionName "3.0" 12 versionName "3.1"
13 missingDimensionStrategy 'abi', 'abi_all', 'abi_arm', 'abi_x86' 13 missingDimensionStrategy 'abi', 'abi_all', 'abi_arm', 'abi_x86'
14 } 14 }
15 15
16 sourceSets { 16 sourceSets {
17 main { 17 main {
18 manifest.srcFile 'AndroidManifest.xml' 18 manifest.srcFile 'AndroidManifest.xml'
19 java.srcDirs = ['src'] 19 java.srcDirs = ['src']
20 resources.srcDirs = ['src'] 20 resources.srcDirs = ['src']
21 res.srcDirs = ['res'] 21 res.srcDirs = ['res']
22 } 22 }
23 } 23 }
24 } 24 }
25 25
26 dependencies { 26 dependencies {
27 implementation project(':adblock-android-settings') 27 implementation project(':adblock-android-settings')
28 implementation project(':adblock-android-webview') 28 implementation project(':adblock-android-webview')
29 implementation 'com.android.support:appcompat-v7:21.0.3' 29 implementation 'com.android.support:appcompat-v7:21.0.3'
30 } 30 }
OLDNEW
« no previous file with comments | « adblock-android-webview/src/org/adblockplus/libadblockplus/android/webview/AdblockWebView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld