mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 14:28:34 +00:00
Fix name of internal signing task.
This commit is contained in:
parent
506ad0b3f1
commit
b9d6b63c09
@ -455,7 +455,7 @@ task signProductionPlayRelease {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task signInternalPlayRelease {
|
task signProductionInternalRelease {
|
||||||
doLast {
|
doLast {
|
||||||
signProductionRelease(android.applicationVariants.find { (it.name == 'internalRelease') })
|
signProductionRelease(android.applicationVariants.find { (it.name == 'internalRelease') })
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user