Skip to content

Commit 73a1933

Browse files
authored
build(flipcash): disable auto create build in bugsnag for now
1 parent c91242b commit 73a1933

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/flipcash/app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ bugsnag {
123123
release {
124124
apiKey = tryReadProperty(rootProject.rootDir, "BUGSNAG_API_KEY")
125125
autoUploadBundle = false
126+
autoCreateBuild = false
126127
}
127128
debug {
128129
enabled = false

0 commit comments

Comments
 (0)