Skip to content

Commit

Permalink
change .eslintrc and update
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Cao committed Jan 2, 2017
1 parent 1e491b6 commit 8f89044
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"env": {
"browser": true,
"node": true,
"mocha": true
"jest": true
},
"ecmaFeatures": {
"forOf": true,
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def enableProguardInReleaseBuilds = true

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.3"
useLibrary 'org.apache.http.legacy'

defaultConfig {
Expand Down Expand Up @@ -166,7 +166,7 @@ andResGuard { // ./gradlew resguard
"resources.arsc"
]
sevenzip {
artifact = 'com.tencent.mm:SevenZip:1.1.9'
artifact = 'com.tencent.mm:SevenZip:1.1.16'
//在设置sevenzip时, 你只需设置artifact或path. 支持同时设置,总以path的值为优先
//path = "/usr/local/bin/7za"
}
Expand Down
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.1.9'
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.1.16'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -18,7 +18,7 @@ allprojects {
jcenter()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$projectDir/../../node_modules/react-native/android"
url "$rootDir/../node_modules/react-native/android"
}
}
}
18 changes: 9 additions & 9 deletions ios/reading/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<string>zh_CN</string>
<key>CFBundleDisplayName</key>
<string></string>
<key>CFBundleExecutable</key>
Expand Down Expand Up @@ -46,16 +46,16 @@
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
Expand Down

0 comments on commit 8f89044

Please sign in to comment.