mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 11:08:33 +00:00
Add signing task for internal builds.
This commit is contained in:
parent
88733473e2
commit
d40783f794
@ -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…
x
Reference in New Issue
Block a user