diff --git a/app/build.gradle b/app/build.gradle index 8bf5db3708..5501f33df0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -455,7 +455,7 @@ task signProductionPlayRelease { } } -task signInternalPlayRelease { +task signProductionInternalRelease { doLast { signProductionRelease(android.applicationVariants.find { (it.name == 'internalRelease') }) }