Project

General

Profile

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

library / build.gradle @ f1c2d4b0

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

    
3
android {
4
    compileSdkVersion 29
5

    
6
    defaultConfig {
7
        minSdkVersion 21
8
        targetSdkVersion 29
9
    }
10

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