1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-17 19:16:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Compare commits

..

4 Commits

Author SHA1 Message Date
sunnylqm
1b2eb2361d v6.0.1 2021-05-10 14:36:14 +08:00
sunnylqm
58c2248686 v6.0.0 2021-05-04 21:18:15 +08:00
sunnylqm
cb736d7ec5 Update example setting 2021-05-04 20:56:12 +08:00
Sunny Luo
f82be5a68c Merge pull request #371 from reactnativecn/hdp-dev
Adopt hdiffpatch
2021-05-04 20:47:32 +08:00
3 changed files with 6 additions and 3 deletions

View File

@@ -57,3 +57,6 @@ buck-out/
# CocoaPods
/ios/Pods/
.pushy

View File

@@ -139,9 +139,9 @@ android {
splits {
abi {
reset()
enable enableSeparateBuildPerCPUArchitecture
enable true
universalApk false // If true, also generate a universal APK
include "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
include "arm64-v8a"
}
}
signingConfigs {

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "6.0.0-beta0",
"version": "6.0.1",
"description": "react-native hot update",
"main": "lib/index.js",
"scripts": {