lemmur-app-android/fastlane
shilangyu 5d07180459 [ImgBot] Optimize images
*Total -- 205.21kb -> 102.12kb (50.24%)

/android/app/src/main/res/drawable-xhdpi/splash.png -- 19.45kb -> 8.74kb (55.06%)
/android/app/src/main/res/drawable-xxxhdpi/splash.png -- 53.32kb -> 25.32kb (52.5%)
/android/app/src/main/res/drawable-hdpi/splash.png -- 16.42kb -> 7.92kb (51.72%)
/android/app/src/main/res/drawable-mdpi/splash.png -- 6.89kb -> 3.37kb (51.08%)
/fastlane/metadata/android/en-US/images/icon.png -- 60.85kb -> 30.27kb (50.25%)
/android/app/src/main/res/drawable-xxhdpi/splash.png -- 43.07kb -> 21.74kb (49.53%)
/assets/readme_icon.svg -- 2.65kb -> 2.40kb (9.34%)
/assets/app_icon.svg -- 2.57kb -> 2.35kb (8.58%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-11-05 19:29:18 +01:00
..
metadata/android [ImgBot] Optimize images 2021-11-05 19:29:18 +01:00
Fastfile Fix fastlane deploy 2021-11-04 19:18:11 +01:00
Gemfile Add fastfile 2021-09-06 22:46:44 +02:00
Gemfile.lock Add fastfile 2021-09-06 22:46:44 +02:00
README.md Add fastfile 2021-09-06 22:46:44 +02:00

README.md

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

Install fastlane using

[sudo] gem install fastlane -NV

or alternatively using brew install fastlane

Available Actions

Android

android prod

fastlane android prod

Deploy a new version to the Google Play


This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on fastlane.tools. The documentation of fastlane can be found on docs.fastlane.tools.