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

Compare commits

..

1 Commits

Author SHA1 Message Date
sunnylqm
6da2d7d2d7 v6.0.0-beta0 2021-05-04 18:28:53 +08:00
3 changed files with 3 additions and 6 deletions

View File

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

View File

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

View File

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