We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a792394 commit 8de0d4aCopy full SHA for 8de0d4a
fastlane/Fastfile
@@ -165,16 +165,5 @@ desc "Build and Deploy a new version of Flipcash to the Google Play Store"
165
"android.injected.signing.key.password" => ENV["KEY_PASSWORD"]
166
}
167
)
168
-
169
- gradle(
170
- task: "apps:flipcash:app:bugsnagUploadReleaseNativeSymbols",
171
- properties: {
172
- #"versionPatch" => ENV["BUILD_NUMBER"],
173
- "android.injected.signing.store.file" => ENV["STORE_FILE"],
174
- "android.injected.signing.store.password" => ENV["STORE_PASSWORD"],
175
- "android.injected.signing.key.alias" => ENV["KEY_ALIAS"],
176
- "android.injected.signing.key.password" => ENV["KEY_PASSWORD"]
177
- }
178
- )
179
end
180
0 commit comments