Skip to content

Commit 1a94dc3

Browse files
committed
Fixed GPP secrets location
1 parent d8afaeb commit 1a94dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ android {
8383
play {
8484
defaultToAppBundles.set(true)
8585
enabled.set(isCi)
86-
serviceAccountCredentials.set(file("../.travis/secrets.json"))
86+
serviceAccountCredentials.set(file("../.github/secrets.json"))
8787
track.set("production")
8888
releaseStatus.set(com.github.triplet.gradle.androidpublisher.ReleaseStatus.DRAFT)
8989
}

0 commit comments

Comments
 (0)