We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21088d9 commit 70acef7Copy full SHA for 70acef7
app/build.gradle
@@ -1,4 +1,6 @@
1
-apply plugin: "com.android.application"
+plugins {
2
+ id "com.android.application"
3
+}
4
5
def KEYSTOREPASSWORD = System.getenv('KEYSTOREPASSWORD')
6
def secretsPropertiesFile = file('../secrets.properties')
0 commit comments