aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
blob: 1a864dc246de2c503c8aecdf56131cb83d4c9f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.14.+'
    }
}

apply plugin: 'com.android.library'

android {
    compileSdkVersion 19
    buildToolsVersion = '21.1.0'
}