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 d8afaeb commit 1a94dc3Copy full SHA for 1a94dc3
app/build.gradle
@@ -83,7 +83,7 @@ android {
83
play {
84
defaultToAppBundles.set(true)
85
enabled.set(isCi)
86
- serviceAccountCredentials.set(file("../.travis/secrets.json"))
+ serviceAccountCredentials.set(file("../.github/secrets.json"))
87
track.set("production")
88
releaseStatus.set(com.github.triplet.gradle.androidpublisher.ReleaseStatus.DRAFT)
89
}
0 commit comments