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.
2 parents dd5b49c + 37f2b57 commit 713b4dbCopy full SHA for 713b4db
1 file changed
app/build.gradle
@@ -96,7 +96,13 @@ private static boolean isNotRunningOnCI() {
96
}
97
98
play {
99
- jsonFile = teamPropsFile('play-store-keys.json')
+ // TODO uncomment these lines if you want to be able to publish to the Play Store, but *ONLY* do it
100
+ // on a release branch or you'll risk shipping random stuff to the Store (don't ask)
101
+
102
+// jsonFile = teamPropsFile('play-store-keys.json')
103
+// errorOnSizeLimit = true
104
+// uploadImages = true
105
+// track = 'production'
106
107
108
detekt {
0 commit comments