Skip to content

Commit 07bedfd

Browse files
committed
chore: disable NDK uploads for now
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent d92af35 commit 07bedfd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

apps/flipcash/app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ versioning {
111111
bugsnag {
112112
variants {
113113
release {
114-
autoUploadBundle = true
115114
autoCreateBuild = true
116115
}
117116
debug {

fastlane/Fastfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,17 @@ desc "Build and Deploy a new version of Flipcash to the Google Play Store"
155155
# mapping: mapping_file_exists() ? Actions.lane_context[SharedValues::GRADLE_MAPPING_TXT_OUTPUT_PATH] : nil
156156
)
157157

158+
# gradle(
159+
# task: "apps:flipcash:app:bugsnagUploadReleaseBundle",
160+
# properties: {
161+
# #"versionPatch" => ENV["BUILD_NUMBER"],
162+
# "android.injected.signing.store.file" => ENV["STORE_FILE"],
163+
# "android.injected.signing.store.password" => ENV["STORE_PASSWORD"],
164+
# "android.injected.signing.key.alias" => ENV["KEY_ALIAS"],
165+
# "android.injected.signing.key.password" => ENV["KEY_PASSWORD"]
166+
# }
167+
# )
168+
158169
gradle(
159170
task: "apps:flipcash:app:bugsnagUploadReleaseProguardMapping",
160171
properties: {

0 commit comments

Comments
 (0)