mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2025-02-06 08:46:33 +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 {
|
buildTypes {
|
||||||
|
debug {
|
||||||
|
signingConfig signingConfigs.release
|
||||||
|
}
|
||||||
release {
|
release {
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue