Fix name of internal signing task.

This commit is contained in:
Greyson Parrelli 2020-10-30 09:10:19 -04:00
parent 506ad0b3f1
commit b9d6b63c09

View File

@ -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') })
} }