Project

General

Profile

Download (364 Bytes) Statistics
| Branch: | Revision:

library / build.gradle @ d61fd515

1 6a06a912 Leszek Koltunski
apply plugin: 'com.android.library'
2
3
android {
4 20af7b69 Leszek Koltunski
    compileSdkVersion 23
5 d61fd515 leszek
    buildToolsVersion '25.0.0'
6 6a06a912 Leszek Koltunski
7
    defaultConfig {
8 1b096d30 Leszek Koltunski
        minSdkVersion 18
9 6a06a912 Leszek Koltunski
        targetSdkVersion 23
10
    }
11
12
    buildTypes {
13
        release {
14
            minifyEnabled false
15
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
16
        }
17
    }
18
}