Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Phecda
/
NGPlay
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Phecda
2020-03-02 17:16:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
20a3eac1d1b857b5f4fb26a8b729b649fe01552c
20a3eac1
1 parent
c45f75e8
build(android): enable Hermes
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
android/app/build.gradle
android/app/proguard-rules.pro
android/app/build.gradle
View file @
20a3eac
...
...
@@ -77,7 +77,7 @@ import com.android.build.OutputFile
project
.
ext
.
react
=
[
entryFile:
"index.js"
,
enableHermes:
fals
e
,
// clean and rebuild if changing
enableHermes:
tru
e
,
// clean and rebuild if changing
]
apply
from:
"../../node_modules/react-native/react.gradle"
...
...
android/app/proguard-rules.pro
View file @
20a3eac
...
...
@@ -8,3 +8,5 @@
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
-
keep
class
com
.
facebook
.
hermes
.
unicode
.
**
{
*
;
}
...
...
Please
register
or
login
to post a comment