Skip to content

Commit b794f18

Browse files
authored
Update build.gradle.kts
1 parent 7d3689c commit b794f18

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/flipcash/app/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ bugsnag {
122122
apiKey = tryReadProperty(rootProject.rootDir, "BUGSNAG_API_KEY")
123123
variants {
124124
release {
125-
autoUploadBundle = true
125+
autoUploadBundle = false
126+
autoCreateRelease = false
126127
}
127128
debug {
128129
enabled = false

0 commit comments

Comments
 (0)