/[projects]/android/AndroidUtils/build.gradle
ViewVC logotype

Contents of /android/AndroidUtils/build.gradle

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2463 - (show annotations) (download)
Fri Mar 20 15:59:30 2015 UTC (9 years, 1 month ago) by torben
File size: 871 byte(s)
make side9 gradle build work
1 //apply plugin: 'android-sdk-manager'
2
3 apply plugin: 'com.android.library'
4
5 buildscript {
6 repositories {
7 jcenter()
8 }
9 dependencies {
10 classpath 'com.android.tools.build:gradle:1.0.1'
11
12 // NOTE: Do not place your application dependencies here: they belong
13 // in the individual module build.gradle files
14 }
15 }
16
17 allprojects {
18 repositories {
19 jcenter()
20 }
21 }
22
23
24 android {
25 compileSdkVersion 18
26 buildToolsVersion "20.0.0"
27
28
29 lintOptions {
30 abortOnError false
31 }
32
33 }
34
35
36 repositories {
37 maven {
38 url "http://app.t-hoerup.dk/artifactory/ext-release-local"
39 }
40 }
41
42 dependencies {
43 // compile project(":lib")
44 // compile 'com.android.support:appcompat-v7:19.0.1'
45 // compile fileTree(dir: 'libs', include: ['*.jar'])
46 compile group: 'dk.thoerup', name: 'GenericJavaUtils', version: '1.0'
47 }

  ViewVC Help
Powered by ViewVC 1.1.20