Add signing task for internal builds.
This commit is contained in:
parent
88733473e2
commit
d40783f794
1 changed files with 6 additions and 0 deletions
|
@ -455,6 +455,12 @@ task signProductionPlayRelease {
|
|||
}
|
||||
}
|
||||
|
||||
task signInternalPlayRelease {
|
||||
doLast {
|
||||
signProductionRelease(android.applicationVariants.find { (it.name == 'internalRelease') })
|
||||
}
|
||||
}
|
||||
|
||||
task signProductionWebsiteRelease {
|
||||
doLast {
|
||||
def variant = android.applicationVariants.find { (it.name == 'websiteRelease') }
|
||||
|
|
Loading…
Add table
Reference in a new issue