Project

General

Profile

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

distorted-flags / build.gradle @ 87ecf0a0

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

    
3
android {
4
    compileSdk 34
5

    
6
    defaultConfig {
7
        minSdk 21
8
        targetSdk 34
9
    }
10

    
11
    buildTypes {
12
        release {
13
            minifyEnabled false
14
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
15
        }
16
    }
17
    namespace 'org.distorted.flags'
18
}
19

    
    (1-1/1)