/[caddi]/CaddiPictureUpload/trunk/app/build.gradle
ViewVC logotype

Annotation of /CaddiPictureUpload/trunk/app/build.gradle

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (hide annotations) (download)
Mon Jul 27 08:30:13 2015 UTC (8 years, 9 months ago) by torben
File size: 989 byte(s)
build against 21, but without lint
1 torben 1 apply plugin: 'com.android.application'
2    
3     android {
4 torben 7 compileSdkVersion 21
5 torben 3 buildToolsVersion "22.0.1"
6 torben 1
7     defaultConfig {
8     applicationId "com.caddi.android.caddipictureupload"
9     minSdkVersion 10
10 torben 7 targetSdkVersion 21
11 torben 1 versionCode 1
12     versionName "1.0"
13     }
14     buildTypes {
15     release {
16     minifyEnabled false
17     proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
18     }
19     }
20 torben 7 lintOptions {
21     abortOnError false
22     }
23    
24 torben 1 }
25    
26     repositories {
27     maven {
28     url "http://app.t-hoerup.dk/artifactory/ext-release-local"
29     }
30     }
31    
32     dependencies {
33     compile fileTree(dir: 'libs', include: ['*.jar'])
34     compile 'com.android.support:appcompat-v7:22.0.0'
35     compile('org.simpleframework:simple-xml:2.7.+'){
36     exclude module: 'stax'
37     exclude module: 'stax-api'
38     exclude module: 'xpp3'
39     }
40     compile group: 'dk.thoerup', name: 'GenericJavaUtils', version: '1.0'
41     }

  ViewVC Help
Powered by ViewVC 1.1.20