Skip to content

Commit 7d63c7f

Browse files
committed
1. 安卓环境更新
1 parent c240c86 commit 7d63c7f

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

android/app/bugly/BuglySymtabLog.txt

Whitespace-only changes.

android/app/bugly/BuglyUploadLog.txt

Whitespace-only changes.

android/app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ android {
141141
minifyEnabled enableProguardInReleaseBuilds
142142
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
143143
signingConfig signingConfigs.release
144+
144145
}
145146
}
146147
// applicationVariants are e.g. debug, release
@@ -190,7 +191,7 @@ dependencies {
190191
implementation 'com.tencent.bugly:crashreport:2.8.6.0'
191192
implementation 'com.tencent.bugly:nativecrashreport:3.6.0.1'
192193
implementation 'com.meituan.android.walle:library:1.1.6'
193-
implementation 'com.android.support:support-v4:27.1.1'
194+
implementation 'com.android.support:support-v4:28.0.0'
194195
implementation 'com.android.support:multidex:1.0.3'
195196

196197

app/mobx/News/BuDeJieMobx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class BuDeJieMobx extends ConfigStore {
9090
const JokeHeight = await BuDeJieMobx.handleJokeTextWidth(item.text);
9191
const ImageHeight = item?.imageHeight ? item.imageHeight : 0;
9292
item.itemHeight = USER_INFO_HEIGHT + JokeHeight + ImageHeight + ITEM_HEIGHT_SPACE_HEIGHT;
93-
// item.itemHeight = JokeHeight + ImageHeight + ITEM_HEIGHT_SPACE_HEIGHT;
93+
// item.itemHeight = USER_INFO_HEIGHT + ImageHeight + ITEM_HEIGHT_SPACE_HEIGHT;
9494

9595
console.log('itemHeight', item.itemHeight);
9696

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"axios": "^0.18.0",
1111
"mobx-react": "^5.4.3",
1212
"react": "16.8.3",
13-
"react-native": "0.59.0",
13+
"react-native": "0.59.1",
1414
"react-native-action-button": "^2.8.5",
1515
"react-native-animatable": "^1.3.1",
1616
"react-native-fast-image": "^5.2.0",
@@ -47,9 +47,9 @@
4747
"metro-react-native-babel-preset": "^0.53.0",
4848
"mobx": "^5.9.0",
4949
"prettier": "^1.16.4",
50+
"prop-types": "latest",
5051
"query-string": "^6.3.0",
51-
"react-test-renderer": "16.8.3",
52-
"prop-types": "latest"
52+
"react-test-renderer": "16.8.3"
5353
},
5454
"jest": {
5555
"preset": "react-native"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5487,10 +5487,10 @@ react-native-webview@^5.3.0:
54875487
escape-string-regexp "^1.0.5"
54885488
fbjs "^0.8.17"
54895489

5490-
react-native@0.59.0:
5491-
version "0.59.0"
5492-
resolved "http://registry.npm.taobao.org/react-native/download/react-native-0.59.0.tgz#7d0ad297da3fd2e18f387f0ef5581270aaabac42"
5493-
integrity sha1-fQrSl9o/0uGPOH8O9VgScKqrrEI=
5490+
react-native@0.59.1:
5491+
version "0.59.1"
5492+
resolved "http://registry.npm.taobao.org/react-native/download/react-native-0.59.1.tgz#3274dcc0f9558799bd41c8092acac2a79bd627ce"
5493+
integrity sha1-MnTcwPlVh5m9QcgJKsrCp5vWJ84=
54945494
dependencies:
54955495
"@babel/runtime" "^7.0.0"
54965496
"@react-native-community/cli" "^1.2.1"

0 commit comments

Comments
 (0)