Fix Build script apk location (#2819)

This commit is contained in:
Elias Nahum 2019-05-22 14:49:56 -04:00 committed by GitHub
parent 2f6fb08e44
commit 8a9d8acdb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -519,6 +519,7 @@ platform :android do
unless apk_path.nil?
sh "mv #{apk_path} \"../#{app_name_sub}.apk\""
lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH] = "../#{app_name_sub}.apk"
end
end