Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
jiangqqlmj committed Aug 18, 2016
1 parent 9d838fb commit 1c11721
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion android/app/build.gradle
Expand Up @@ -138,7 +138,6 @@ dependencies {
compile project(':react-native-wechat')
compile project(':react-native-vector-icons')
compile project(':react-native-encryption-library')
compile project(':RCTWeChat')
compile fileTree(dir: "libs", include: ["*.jar"])
compile "com.android.support:appcompat-v7:23.0.1"
compile "com.facebook.react:react-native:+" // From node_modules
Expand Down
2 changes: 0 additions & 2 deletions android/settings.gradle
Expand Up @@ -7,5 +7,3 @@ include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
include ':react-native-encryption-library'
project(':react-native-encryption-library').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-encryption-library/android')
include ':RCTWeChat'
project(':RCTWeChat').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-wechat/android')
2 changes: 1 addition & 1 deletion ios/GaGaMall/Info.plist
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<string>嘎嘎商城</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down

0 comments on commit 1c11721

Please sign in to comment.