mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2025-01-29 20:34:55 +01:00
Use the same signing config for debug and release builds
This commit is contained in:
parent
7a10338edc
commit
5eb1eff992
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ if(project.hasProperty("signing.properties") && new File(project.property("signi
|
|||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
release {
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue