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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations) (download)
Mon Jul 27 06:41:43 2015 UTC (8 years, 9 months ago) by torben
File size: 992 byte(s)
First import
1 torben 1 apply plugin: 'com.android.application'
2    
3     android {
4     compileSdkVersion 21
5     buildToolsVersion "21.1.2"
6    
7     defaultConfig {
8     applicationId "com.caddi.android.caddipictureupload"
9     minSdkVersion 10
10     targetSdkVersion 21
11     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     }
21    
22     repositories {
23     maven {
24     url "http://app.t-hoerup.dk/artifactory/ext-release-local"
25     }
26     }
27    
28     dependencies {
29     compile fileTree(dir: 'libs', include: ['*.jar'])
30     compile 'com.android.support:appcompat-v7:22.0.0'
31     compile 'com.google.android.gms:play-services:7.0.0'
32     compile('org.simpleframework:simple-xml:2.7.+'){
33     exclude module: 'stax'
34     exclude module: 'stax-api'
35     exclude module: 'xpp3'
36     }
37     compile group: 'dk.thoerup', name: 'GenericJavaUtils', version: '1.0'
38     }

  ViewVC Help
Powered by ViewVC 1.1.20