Skip to content

Android continuous integration sample, use fastlane connect tools together

Notifications You must be signed in to change notification settings

dongorigin/AndroidCI

Repository files navigation

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

About

Android continuous integration sample, use fastlane connect tools together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published