8.0.0 (2024-05-23)
-
remove _JAVA_OPTIONS parameter & environment (closes #171) (d737af9)
-
Merge pull request #172 from devnev/no-java-options-env (a7d373e), closes #172
- The java_options parameter has been removed. Specify your JVM options in the gradle.properties file or in the gradle_options with -Dorg.gradle.jvmargs= instead.
7.4.0 (2024-02-12)
- support a custom pod install command (d15769f)
7.3.0 (2023-07-12)
- yaml parsing build_image_version default as double (df23a73)
- yaml parsing build_image_version default as double (#170) (3c8cb0f)
- allow specifying build image version for android build & executor (ee50537)
7.2.0 (2023-07-11)
- Skip Detox setup in ios_build job (3fc5c53)
7.1.1 (2022-08-03)
7.1.0 (2022-06-18)
- android_test: node v12 to v16 (a9956b7)
- ios_build: node v12 to v16 (f0ea6b4)
- ios_build_and_test: node v12 to v16 (6347597)
- setup_macos_executor: bump node v12 to v16 (a34ccec)
- node: bump from node 12 to node 16 default (0acc6f9)
7.0.1 (2022-06-10)
- 'an unexpected storage error occurred' on multiline keys (b9fb1bb)
7.0.0 (2022-04-26)
-
removing old yarn version from PATH which hopefully fixes the issue (cc25fff)
-
fix!: using supported Node version with cimg/node and updating comments (1186c41)
- cimg/node doesn't support major Node version aliases the same way circleci/node did
6.8.1 (2022-02-27)
- add missing CACHE_VERSION in pod_install (b6c7e99)
- quote cache keys that start with special characters (b217d8c)
6.8.0 (2022-02-15)
6.7.0 (2022-02-15)
6.6.0 (2022-02-14)
6.5.0 (2022-02-14)
6.4.0 (2022-02-14)
6.3.0 (2022-01-30)
6.2.2 (2022-01-28)
6.2.1 (2022-01-27)
6.2.0 (2022-01-17)
6.1.0 (2022-01-04)
6.0.1 (2021-11-19)
6.0.0 (2021-11-19)
- android: this orb is now using JDK11
See JDK8-->JDK11 migration notes here: https://discuss.circleci.com/t/android-convenience-image-moving-to-java-v11-on-august-17th/36601/4
5.6.2 (2021-11-19)
5.6.1 (2021-11-19)
5.6.0 (2021-10-22)
- android: Pass through the
assemble_android_test
parameter from theandroid_build
job to the command (#109 by @ronwsmith) (9f2e7fa)
5.5.1 (2021-10-22)
- android: Added new Android Command Line Tools for MacOS 12+ and Java 9, 10, 11 (#114 by @lukebrandonfarrell) (aeb45fe)
5.5.0 (2021-07-28)
- Android: Add optional command-running step after the emulator starts (#110 by @ronwsmith) (5ee8a30)
5.4.0 (2021-07-13)
- Make yarn cache folder configurable (#103 by @ronwsmith) (c6ccaa1)
5.3.0 (2021-06-02)
- android: Add command to update the NDK to a given version (#91 by @CHNB128) (64eac35)
- android: Add hombrew cache param to android test job (#96 by @Kyonru) (8314b6e)
5.2.0 (2021-06-02)
- add parameter to allow configuring the android tests on build (0569d66)
5.1.0 (2021-03-24)
- Add parameters to disable caching (ad81e99)
5.0.0 (2021-03-18)
- Update default dependencies to meet React Native 0.64 requirements (34ca501)
- The default dependencies used are now Xcode 12, CocoaPods 1.10.1, Node.js 12
4.5.3 (2021-03-18)
4.5.2 (2021-03-18)
4.5.1 (2021-03-18)
4.5.0 (2021-03-18)
4.4.2 (2020-05-18)
4.4.1 (2020-05-18)
4.4.0 (2020-05-09)
- Add a
store_artifact_path
to the Android and iOS test jobs which allow storing artifacts after a job runs (#54 by @MateusAndrade) (19edf8a)
4.3.0 (2020-05-09)
4.2.3 (2020-05-09)
- android: fix JAVA_HOME path (#61 by @vonovak) (e4fa01f)
- android: fix path to emulator (#60 by @vonovak) (8621ec9)
- Move cache directory to the system temp folder to avoid permission issues (#59 by @Naturalclar) (15f0d90)
4.2.2 (2020-04-23)
- ios: Revert changes from 4.2.0 (2c3fa5e)
4.2.1 (2020-04-22)
- ios: Fix syntax errors (aff9136)
4.2.0 (2020-04-21)
- ios: Ensure a simulator with the latest iOS version exists for the given name when testing (2d614fa)
4.1.1 (2020-04-20)
4.1.0 (2020-04-03)
4.0.4 (2020-04-03)
4.0.3 (2020-04-02)
- Ensure that the publish steps works correctly (7e6c289)
4.0.2 (2020-04-02)
- Ensure the CI works correctly (51d7f49)
4.0.1 (2020-04-02)
- android: Define a max heap size for linux_android (#46 by @vabanagas) (d029e0b)
4.0.0 (2020-03-31)
- ios: Upgrading Xcode to 11.0 (#45 by @springcoil) (78aad72)
- ios: You should confirm that your app is able to build on Xcode 11 before upgrade, however, most app will already support this.
3.0.1 (2020-02-03)
- Fix errors when installing NodeJS on MacOS executor (#40 by @roni-castro) (19ac8f7)
3.0.0 (2020-01-26)
- Use Node 10 by default (#37 by @roni-castro) (3e7efc6)
- Node 10 is now the default version. The previous default of Node 8 is now end-of-life. Most users will have no issues with upgrading unless they use modules which rely on Node 8 behaviour. You can also now use the
node_version
parameter to set the Node version you require.
2.0.1 (2020-01-04)
2.0.0 (2020-01-04)
- The
yarn_install
command will now fail if there need to be changes made to youryarn.lock
file. See the Yarn documentation for details on this flag.
1.5.0 (2020-01-04)
- Add
on_after_initialize
parameter to the jobs (#26 by @compojoom) (0ff6621) - Add a
bundle
command (#8 by @sunilchalla) (464d661)
1.4.0 (2020-01-04)
- ios: Added an
ios_build
job (#30 by @roni-castro) (b607782)
1.3.0 (2019-11-20)
- android: Update gradle cache keys to match on save and restore (#17) (6e52052)
- docs: include the code repo link in the orb description (6d97ca9)
- Remove FBSimulatorControl (#24 by @compojoom) (7c5b51a)
- remove haxm the lack hardware acceleration support causes a crash (9d0bb42)
- remove haxm the lack hardware acceleration support causes a crash (38ef88e), closes #3
- Minor release (5f401d7)
1.2.2 (2019-10-25)
- remove haxm the lack hardware acceleration support causes a crash (9d0bb42)
- remove haxm the lack hardware acceleration support causes a crash (38ef88e), closes #3
1.2.1 (2019-06-03)
- Use project_type in ios_build_and_test job (25c7948)
1.2.0 (2019-05-14)
- Allow the metro packager to be started from the test jobs (68846df)
1.1.2 (2019-05-14)
- Correct the Android java environment variables (917129a)
1.1.1 (2019-05-14)
- Increase the amount of memory for Android builds (22e8279)
1.1.0 (2019-04-25)
- Add parameters to configure the executors (7c044cb)