summaryrefslogtreecommitdiff
path: root/taskerlocaleapi/build.gradle
blob: d79cf11cd1f9a26c1e8673caab5cdd755ad597ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
apply plugin: 'com.android.library'

android {
    compileSdkVersion 16
    buildToolsVersion "20.0.0"

    defaultConfig {
        applicationId "com.twofortyfouram.locale.api"
        minSdkVersion 3
        targetSdkVersion 17
    }

    buildTypes {
        release {
            runProguard false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
        }
    }
}