mirror of
https://github.com/imcarlost/Friendlists.git
synced 2026-04-09 18:38:36 -04:00
add missing sign key
This commit is contained in:
@@ -24,10 +24,12 @@ android {
|
||||
debug {
|
||||
applicationIdSuffix '.debug'
|
||||
debuggable true
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
release {
|
||||
debuggable false
|
||||
minifyEnabled true
|
||||
signingConfig signingConfigs.debug
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user