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 3f2e608 commit 9d4df62Copy full SHA for 9d4df62
fastlane/platforms/android.rb
@@ -40,11 +40,10 @@
40
41
lane_context[SharedValues::GRADLE_ALL_APK_OUTPUT_PATHS] =
42
lane_context[SharedValues::GRADLE_ALL_APK_OUTPUT_PATHS].select do |apk|
43
- apk.end_with? '-release.apk'
44
- end
+ apk.end_with? '-release.apk'
+ end
45
46
- supply(track: track,
47
- check_superseded_tracks: true)
+ supply(track: track, check_superseded_tracks: true)
48
49
generate_sourcemap
50
upload_sourcemap_to_bugsnag
0 commit comments