mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +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