Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 797 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 797 Bytes

AndroidCI

Android continuous integration sample, use fastlane connect tools together.

The easiest way to automate building and releasing your iOS and Android apps. fastlane can connect build tools together, such as gradle, fir.

example

lane :beta do
  gradle(task: "assembleStagingRelease")
  changelog = read_changelog
  fir(changelog: changelog)
  bearychat(text: '@someone App �beta updated')
end

common plugins

  • changelog: Automate changes to your project CHANGELOG.md
  • fir: Upload a new build to fir.im
  • bearychat: sending messages to a bearychat