diff --git a/app/build.gradle b/app/build.gradle index 1e1be0f..9322877 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,4 +1,6 @@ -apply plugin: "com.android.application" +plugins { + id "com.android.application" +} def KEYSTOREPASSWORD = System.getenv('KEYSTOREPASSWORD') def secretsPropertiesFile = file('../secrets.properties')