From 70acef7eb70332da97a5674d5119a7d35897e29e Mon Sep 17 00:00:00 2001 From: DevKumar00001 Date: Thu, 26 Oct 2023 14:10:03 +0530 Subject: [PATCH] fix: Fix error when configuring project in android ide --- app/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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')