-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(circleci): remove _JAVA_OPTIONS from Android config to simplify…
… environment setup (#497) The _JAVA_OPTIONS environment variable is removed as it is no longer necessary for the build process. This change simplifies the configuration and reduces potential conflicts with Java options. chore(dependencies): bump react-native template version to 2.7.4 The version of the React Native template is updated from 2.7.3 to 2.7.4 to incorporate the latest improvements and bug fixes. This ensures that the project benefits from the most recent updates and maintains compatibility with the latest tools and libraries.
- Loading branch information
1 parent
507f51c
commit f963abe
Showing
5 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "template", | ||
"description": "React Native Template", | ||
"version": "2.7.3", | ||
"version": "2.7.4", | ||
"author": "Crowdbotics" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters