Change build configs.

This commit is contained in:
FireMasterK 2022-02-14 20:12:10 +00:00
parent a4bd808f6b
commit 70dab9fd4e
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD

View File

@ -18,10 +18,14 @@ android {
buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
debuggable true
applicationIdSuffix ".debug"
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8