Skip to content

Commit

Permalink
fix: Fix error when configuring project in android ide
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxGalaxy committed Oct 26, 2023
1 parent 21088d9 commit 70acef7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apply plugin: "com.android.application"
plugins {
id "com.android.application"
}

def KEYSTOREPASSWORD = System.getenv('KEYSTOREPASSWORD')
def secretsPropertiesFile = file('../secrets.properties')
Expand Down

0 comments on commit 70acef7

Please sign in to comment.