Skip to content

Commit 7d3689c

Browse files
authored
fix: update bugsnag configuration
1 parent 73a1933 commit 7d3689c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

apps/flipcash/app/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,10 @@ versioning {
119119
}
120120

121121
bugsnag {
122+
apiKey = tryReadProperty(rootProject.rootDir, "BUGSNAG_API_KEY")
122123
variants {
123124
release {
124-
apiKey = tryReadProperty(rootProject.rootDir, "BUGSNAG_API_KEY")
125-
autoUploadBundle = false
126-
autoCreateBuild = false
125+
autoUploadBundle = true
127126
}
128127
debug {
129128
enabled = false

0 commit comments

Comments
 (0)