Skip to content

Instantly share code, notes, and snippets.

View okmanideep's full-sized avatar

Manideep Polireddi okmanideep

View GitHub Profile
@zhgchgli0718
zhgchgli0718 / Fastfile
Created April 20, 2023 04:29
A simply extend the Fastlane Action to enable downloading the uploaded Universal APK from the Google Play Console.
lane :test do | options |
apk_downloader(json_key: "./[email protected]", package_name: "m.zhgchg.li", version_code:1000, export_file_path: "./zhgchgli.apk")
end