Skip to content

Releases: sparkfabrik/android-build-action

v1.5.0

30 May 14:49
22a550b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

18 Apr 10:26
53c464f
Compare
Choose a tag to compare

What's Changed

  • feat: add inputs for release-track and release-status by @luke-rogers in #26

New Contributors

Full Changelog: v1.3.4...v1.4.0

v1.3.4

08 Feb 14:01
3fca63a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.3...1.3.4

v1.3.3

31 Jan 17:52
eb8cced
Compare
Choose a tag to compare

[1.3.3] - 2023-31-01

Now gemfile.lock will be checked and if it contains a BUNDLED WITH section it will install and use that specific version of bundler.
The default value of bundler-version is now set to 2.3 so that the fallback value is compatible with fastlane plugins used by the action.

v1.3.2

31 Jan 09:23
50502d4
Compare
Choose a tag to compare

[1.3.2] - 2023-31-01

Bundler is now configured with setup-ruby.

v1.3.1

30 Jan 14:30
5c80748
Compare
Choose a tag to compare

[1.3.1] - 2023-30-01

Update README file

v1.3.0

30 Jan 13:16
05d9bf5
Compare
Choose a tag to compare

[1.3.0] - 2023-30-01

Added optional Ruby and bundler version

Added

  • Optional Ruby version: using the ruby-version property you can specify Ruby version you wish to use. If missing latest Ruby version available will be used.
  • Optional bundler version: using the bundler-version property you can specify bundler version you wish to use. If missing latest bundler version will be used.
  • Optional fastlane env parameter: using fastlane-env parameter you can specify wich env fastlane should load while executing the lane.

v1.2.0

18 Jun 15:11
f92138c
Compare
Choose a tag to compare

[1.2.0] - 2022-17-06

Added signed builds and optional upload to Play Store.

Added

  • Optional build format: you can build an unsigned APK (build-type: assemble) or a signed AAB (build-type: bundle). In case of a signed AAB you will also need to provide the package-name and the keystore-content, keystore-password and keystore-alias
  • Optional upload to the "internal" track of the Google Play Store: set the upload-to-play-store property to true and be sure to add the json-key-data property as a one-line JSON content of your Key file.

v1.0.0

18 Nov 16:39
02e3692
Compare
Choose a tag to compare

Add React Native support.

Cleanup and fixes.

0.8.2

02 Oct 08:33
6d6e4c1
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release

Upate core github actions package