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 9e55011 commit 8ee093bCopy full SHA for 8ee093b
app/build.gradle
@@ -18,7 +18,9 @@ apply plugin: 'com.github.triplet.play'
18
19
play {
20
track = 'beta'
21
- serviceAccountEmail ANDROID_NETWORK_TOOLS_SERVICE_ACCOUNT
+ if (project.hasProperty("ANDROID_NETWORK_TOOLS_SERVICE_ACCOUNT")) {
22
+ serviceAccountEmail ANDROID_NETWORK_TOOLS_SERVICE_ACCOUNT
23
+ }
24
pk12File = file('../key.p12')
25
}
26
0 commit comments