Skip to content
This repository was archived by the owner on Feb 17, 2020. It is now read-only.

Commit 37f2b57

Browse files
committed
Comment out stuff in the play closure on develop to prevent accidental shipping
Don't be like me, kids, practice safe build script maintenance
1 parent 2567ae8 commit 37f2b57

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,13 @@ private static boolean isNotRunningOnCI() {
9696
}
9797

9898
play {
99-
jsonFile = teamPropsFile('play-store-keys.json')
99+
// 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'
100106
}
101107

102108
detekt {

0 commit comments

Comments
 (0)