Project

General

Profile

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

distorted-flags / build.gradle @ 87ecf0a0

1 7252a86e Leszek Koltunski
apply plugin: 'com.android.library'
2
3
android {
4 a34589d8 Leszek Koltunski
    compileSdk 34
5 7252a86e Leszek Koltunski
6
    defaultConfig {
7
        minSdk 21
8 a34589d8 Leszek Koltunski
        targetSdk 34
9 7252a86e Leszek Koltunski
    }
10
11
    buildTypes {
12
        release {
13
            minifyEnabled false
14
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
15
        }
16
    }
17 8f27d0d5 Leszek Koltunski
    namespace 'org.distorted.flags'
18 7252a86e Leszek Koltunski
}