vn-verdnaturachat/android/fastlane
Govind Dixit b80d8a0eca
[NEW] Add to F-Droid (#2171)
* create play and foss build

* update package.json to generate each build

* check1

* requested changes

* initial commit

* Update config.yml

* minor changes

* remove bugsnag from foss build

* remove bugsnag tasks from foss job

* fix stuck screen

* fixes

* update

* fix lint

* finalise 🚀

* requested changes

* share app for fdroid

* update

* use negation for builds

* requested change

* update share app

* fix issues due to latest sync

* add extra line

* fix lint

* update

* update

* fix bugsnag issue

* Update config.yml

* Fix store url

* Foss release instead of debug

* Add hold for foss

* Fix build

* requested changes

* update name and icons

* update

* fix

* Revert "Bump version to 4.11.0 (#2392)"

This reverts commit ea287980d9.

* finalise

Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-08-24 09:24:10 -03:00
..
Appfile [NEW] Add fastlane to android module and configure CI (#2100) 2020-06-16 10:31:07 -03:00
Fastfile [NEW] Add to F-Droid (#2171) 2020-08-24 09:24:10 -03:00
Pluginfile [NEW] Add fastlane to android module and configure CI (#2100) 2020-06-16 10:31:07 -03:00
README.md [NEW] Add to F-Droid (#2171) 2020-08-24 09:24:10 -03: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 cask install fastlane

Available Actions

Android

android playBuild

fastlane android playBuild

Play build for development

android fossRelease

fastlane android fossRelease

Foss build for release

android playRelease

fastlane android playRelease

Play build for release

android playAlpha

fastlane android playAlpha

Upload App to Play store


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.