build.gradle: Remove signingConfig setting
This commit is contained in:
parent
a6cf0084a0
commit
3b5f2112d2
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ android {
|
||||||
|
|
||||||
release {
|
release {
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
signingConfig signingConfigs.release
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
Loading…
Reference in a new issue