mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 23:57:32 +00:00
Fix name of internal signing task.
This commit is contained in:
@@ -455,7 +455,7 @@ task signProductionPlayRelease {
|
||||
}
|
||||
}
|
||||
|
||||
task signInternalPlayRelease {
|
||||
task signProductionInternalRelease {
|
||||
doLast {
|
||||
signProductionRelease(android.applicationVariants.find { (it.name == 'internalRelease') })
|
||||
}
|
||||
|
Reference in New Issue
Block a user