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

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

Issue 29678581: Issue 6000 - Rename "libadblockplus-android" (Closed)
Patch Set: addressed comments Created Jan. 29, 2018, 11:04 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/AndroidManifest.xml ('k') | adblock-android/jni/Android.mk » ('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 16 4 compileSdkVersion 16
5 buildToolsVersion "25.0.0" 5 buildToolsVersion "25.0.0"
6 6
7 defaultConfig { 7 defaultConfig {
8 minSdkVersion 16 8 minSdkVersion 16
9 targetSdkVersion 16 9 targetSdkVersion 16
10 versionCode 2 10 versionCode 2
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 } 70 }
71 71
72 packagingOptions { 72 packagingOptions {
73 excludes = sharedV8LibFilesSet 73 excludes = sharedV8LibFilesSet
74 } 74 }
75 } else { 75 } else {
76 println "[Configuration] No shared v8 libraries excluded from AAR" 76 println "[Configuration] No shared v8 libraries excluded from AAR"
77 } 77 }
78 78
79 } 79 }
OLDNEW
« no previous file with comments | « adblock-android/AndroidManifest.xml ('k') | adblock-android/jni/Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld