Skip to content

Commit 70acef7

Browse files
committed
fix: Fix error when configuring project in android ide
1 parent 21088d9 commit 70acef7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
apply plugin: "com.android.application"
1+
plugins {
2+
id "com.android.application"
3+
}
24

35
def KEYSTOREPASSWORD = System.getenv('KEYSTOREPASSWORD')
46
def secretsPropertiesFile = file('../secrets.properties')

0 commit comments

Comments
 (0)