flutter: android: Add debug signingConfig to build.gradle
This commit is contained in:
parent
be5f1c6921
commit
9a27ec302c
|
@ -67,6 +67,9 @@ android {
|
|||
}
|
||||
}
|
||||
buildTypes {
|
||||
debug {
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
release {
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue