Skip to content

Commit 22acba2

Browse files
authored
build: lets try bugsnag upload again
1 parent 5110928 commit 22acba2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/flipcash/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ bugsnag {
124124
apiKey = tryReadProperty(rootProject.rootDir, "BUGSNAG_API_KEY")
125125
variants {
126126
release {
127-
autoUploadBundle = false
128-
autoCreateBuild = false
127+
autoUploadBundle = true
128+
autoCreateBuild = true
129129
}
130130
debug {
131131
enabled = false

0 commit comments

Comments
 (0)