mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
gradle: use debug here instead of release
This commit is contained in:
parent
b074affcc3
commit
726356cbee
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ android {
|
|||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
signingConfig signingConfigs.release
|
||||
debug {
|
||||
signingConfig signingConfigs.debug
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue