1 apply plugin: 'com.android.application'
5 buildToolsVersion "25.0.0"
8 applicationId "com.codetoart.sample"
14 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
20 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
24 exclude 'libs/jackson-core-asl-1.5.0.jar'
25 exclude 'libs/jackson-mapper-asl-1.5.0.jar'
26 exclude 'META-INF/ASL2.0'
27 exclude 'META-INF/LICENSE'
28 exclude 'META-INF/NOTICE'
33 compile fileTree(dir: 'libs', include: ['*.jar'])
35 compile project(':r2-server')
36 compile project(':r2-parser')
37 compile project(':r2-fetcher')
39 androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
40 exclude group: 'com.android.support', module: 'support-annotations'
42 compile 'com.android.support:appcompat-v7:25.2.0'
43 testCompile 'junit:junit:4.12'