Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
prepare for v1.0.0-alpha (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlight8978 authored Jun 20, 2019
1 parent 70234e6 commit e6b058c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"expo": {
"name": "mn-mng",
"name": "MNG",
"slug": "mng",
"privacy": "public",
"sdkVersion": "33.0.0",
Expand All @@ -18,7 +18,11 @@
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.moonlight8978.mng"
},
"android": {
"package": "com.moonlight8978.mng"
}
},
"hooks": {
Expand Down

0 comments on commit e6b058c

Please sign in to comment.