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

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

Issue 29385577: Issue 4997 - Use the latest gradle/-wrapper for Android Studio 2.3 (Closed)
Patch Set: Created March 16, 2017, 6 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 | « gradle/wrapper/gradle-wrapper.properties ('k') | libadblockplus-android-tests/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.library' 1 apply plugin: 'com.android.library'
2 2
3 android { 3 android {
4 compileSdkVersion 21 4 compileSdkVersion 21
5 buildToolsVersion "24.0.1" 5 buildToolsVersion "25.0.0"
6 6
7 defaultConfig { 7 defaultConfig {
8 minSdkVersion 21 8 minSdkVersion 21
9 targetSdkVersion 21 9 targetSdkVersion 21
10 versionCode 2 10 versionCode 2
11 versionName "1.0.1" 11 versionName "1.0.1"
12 } 12 }
13 13
14 sourceSets { 14 sourceSets {
15 main { 15 main {
(...skipping 11 matching lines...) Expand all
27 } 27 }
28 } 28 }
29 } 29 }
30 30
31 31
32 32
33 dependencies { 33 dependencies {
34 compile project(':libadblockplus-android') 34 compile project(':libadblockplus-android')
35 compile 'com.android.support:support-v4:21.0.3' 35 compile 'com.android.support:support-v4:21.0.3'
36 } 36 }
OLDNEW
« no previous file with comments | « gradle/wrapper/gradle-wrapper.properties ('k') | libadblockplus-android-tests/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld