Project

General

Profile

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

library / build.gradle @ d61fd515

1
apply plugin: 'com.android.library'
2

    
3
android {
4
    compileSdkVersion 23
5
    buildToolsVersion '25.0.0'
6

    
7
    defaultConfig {
8
        minSdkVersion 18
9
        targetSdkVersion 23
10
    }
11

    
12
    buildTypes {
13
        release {
14
            minifyEnabled false
15
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
16
        }
17
    }
18
}
(2-2/2)