File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ versioning {
111111bugsnag {
112112 variants {
113113 release {
114- autoUploadBundle = true
115114 autoCreateBuild = true
116115 }
117116 debug {
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments