mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 17:37:57 +00:00
Add signing task for internal builds.
This commit is contained in:
@@ -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') }
|
||||
|
Reference in New Issue
Block a user