mirror of
https://github.com/oxen-io/session-android.git
synced 2025-07-13 12:18:34 +00:00
Fix website signing task.
This commit is contained in:
parent
956e3924ff
commit
df5114c62c
@ -480,7 +480,7 @@ task signProductionInternalRelease {
|
||||
|
||||
task signProductionWebsiteRelease {
|
||||
doLast {
|
||||
def variant = android.applicationVariants.find { (it.name == 'websiteRelease') }
|
||||
def variant = android.applicationVariants.find { (it.name == 'websiteProdRelease') }
|
||||
File signedRelease = signProductionRelease(variant).find { it.name.contains('universal') }
|
||||
assembleWebsiteDescriptor(variant, signedRelease)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user