Remove the project name from settings.gradle (#567)

As mentioned in #558, this line may override the original app's own project name.
This commit is contained in:
Richard Hua
2016-10-17 16:46:04 -07:00
committed by GitHub
parent 888684e817
commit 27029c82f3

View File

@@ -1,3 +1 @@
rootProject.name = 'ReactNativeCodePush'
include ':app'