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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations) (download)
Mon Jul 27 08:25:58 2015 UTC (8 years, 9 months ago) by torben
File size: 935 byte(s)
compile against api 19
1 apply plugin: 'com.android.application'
2
3 android {
4 compileSdkVersion 19
5 buildToolsVersion "22.0.1"
6
7 defaultConfig {
8 applicationId "com.caddi.android.caddipictureupload"
9 minSdkVersion 10
10 targetSdkVersion 19
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('org.simpleframework:simple-xml:2.7.+'){
32 exclude module: 'stax'
33 exclude module: 'stax-api'
34 exclude module: 'xpp3'
35 }
36 compile group: 'dk.thoerup', name: 'GenericJavaUtils', version: '1.0'
37 }

  ViewVC Help
Powered by ViewVC 1.1.20