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

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

Issue 29649555: Issue 6219 - Create flavors per ABI (Closed)
Patch Set: renamed variable Created Jan. 9, 2018, 6:20 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 | « libadblockplus-android-webview/build.gradle ('k') | libadblockplus-android/build.gradle » ('j') | 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 allprojects { 3 allprojects {
4 repositories { 4 repositories {
5 mavenLocal() 5 mavenLocal()
6 mavenCentral() 6 mavenCentral()
7 } 7 }
8 } 8 }
9 9
10 repositories { 10 repositories {
(...skipping 22 matching lines...) Expand all
33 33
34 jni { 34 jni {
35 dependencies { 35 dependencies {
36 project ":libadblockplus-android" 36 project ":libadblockplus-android"
37 } 37 }
38 } 38 }
39 } 39 }
40 } 40 }
41 } 41 }
42 42
43
44 dependencies { 43 dependencies {
45 compile project(':libadblockplus-android-settings') 44 compile project(':libadblockplus-android-settings')
46 compile project(':libadblockplus-android-webview') 45 compile project(':libadblockplus-android-webview')
47 compile 'com.android.support:appcompat-v7:21.0.3' 46 compile 'com.android.support:appcompat-v7:21.0.3'
48 } 47 }
OLDNEW
« no previous file with comments | « libadblockplus-android-webview/build.gradle ('k') | libadblockplus-android/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld