Skip to content

Commit 0d43123

Browse files
authored
build: keep original bundle and exclude renaming from debug builds
1 parent 7a7a6fa commit 0d43123

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/flipcash/app/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ android {
113113
}
114114
}
115115

116+
versioning {
117+
excludeBuildTypes = "debug"
118+
keepOriginalBundleFile = true
119+
}
120+
116121
bugsnag {
117122
apiKey = tryReadProperty(rootProject.rootDir, "BUGSNAG_API_KEY")
118123
variants {

0 commit comments

Comments
 (0)