diff --git a/build.gradle b/build.gradle index c4f157275..4fa6b64c1 100644 --- a/build.gradle +++ b/build.gradle @@ -52,10 +52,8 @@ subprojects { } } - project.plugins.withId('com.android.application') { - + if (project.plugins.hasPlugin('com.android.application')) { android { - signingConfigs { debug { File signingPropFile = rootProject.file('signing.properties')