Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed Aug 6, 2023
1 parent 20189d9 commit a516a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
play {
track = "internal"
enabled = (System.getenv("ANDROID_PUBLISHER_CREDENTIALS_FILE") != null)
if (System.getenv("ANDROID_PUBLISHER_CREDENTIALS_FILE") != null && exists(System.getenv("ANDROID_PUBLISHER_CREDENTIALS_FILE"))) {
if (System.getenv("ANDROID_PUBLISHER_CREDENTIALS_FILE") != null) {
serviceAccountCredentials.set(file(System.getenv("ANDROID_PUBLISHER_CREDENTIALS_FILE")))
}
}
Expand Down

0 comments on commit a516a63

Please sign in to comment.