Skip to content

Commit

Permalink
update android arm32 rust library and bump version (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwencheng authored Aug 17, 2020
1 parent 1b6c234 commit f262b00
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 67 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ android {
minSdkVersion 18
missingDimensionStrategy 'react-native-camera', 'general'
targetSdkVersion 28
versionCode 4403
versionName "4.4.3"
versionCode 4500
versionName "4.5.0"
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
}
Expand Down
110 changes: 55 additions & 55 deletions ios/NativeSigner.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ios/NativeSigner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.4.3</string>
<string>4.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4403</string>
<string>4500</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ PODS:
- React
- react-native-safe-area-context (0.7.3):
- React
- react-native-substrate-sign (1.1.0):
- react-native-substrate-sign (1.1.1):
- React
- React-RCTActionSheet (0.62.2):
- React-Core/RCTActionSheetHeaders (= 0.62.2)
Expand Down Expand Up @@ -508,7 +508,7 @@ SPEC CHECKSUMS:
react-native-netinfo: a53b00d949b6456913aaf507d9dba90c4008c611
react-native-randombytes: 3638d24759d67c68f6ccba60c52a7a8a8faa6a23
react-native-safe-area-context: e200d4433aba6b7e60b52da5f37af11f7a0b0392
react-native-substrate-sign: 5989744fc9ad11e5c6d622dd56d774a0a18cdffe
react-native-substrate-sign: 77515bc7fe68e2f8bd23f1aba8ecc40ef27bb50e
React-RCTActionSheet: f41ea8a811aac770e0cc6e0ad6b270c644ea8b7c
React-RCTAnimation: 49ab98b1c1ff4445148b72a3d61554138565bad0
React-RCTBlob: a332773f0ebc413a0ce85942a55b064471587a71
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NativeSigner",
"version": "4.4.3-beta",
"version": "4.5.0-beta",
"private": true,
"license": "GPL-3.0",
"engines": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"react-native-randombytes": "^3.5.3",
"react-native-screens": "^2.0.0-alpha.32",
"react-native-secure-storage": "git+https://github.com/paritytech/react-native-secure-storage.git#master",
"react-native-substrate-sign": "1.1.0",
"react-native-substrate-sign": "1.1.1",
"react-native-svg": "12.1.0",
"react-native-tabs": "^1.0.9",
"react-native-vector-icons": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7234,10 +7234,10 @@ react-native-status-bar-height@^2.2.0:
resolved "https://registry.yarnpkg.com/react-native-status-bar-height/-/react-native-status-bar-height-2.5.0.tgz#bc0fb85230603850aab9667ee8111a62954de90c"
integrity sha512-sYBCPYA/NapBSHkdm/IVL4ID3LLlIuLqINi2FBDyMkc2BU9pfSGOtkz9yfxoK39mYJuTrlTOQ7mManARUsYDSA==

react-native-substrate-sign@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/react-native-substrate-sign/-/react-native-substrate-sign-1.1.0.tgz#e079e18f16538d01698e58742e23148d25c6e08e"
integrity sha512-few+xNCPd0B0cXExqFFlPJsm1GGUy3Ga2Y3+y9uMyi+Rjt7dC6ayW4CoY8hotNhPt0G80ht5pLV/+d2KPBtlcw==
react-native-substrate-sign@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/react-native-substrate-sign/-/react-native-substrate-sign-1.1.1.tgz#dc723cadc26a689d6871f238cae8c9933578adc6"
integrity sha512-UUAkl2Dba1cjnYse5Qrjg9FFrdiNzCgIE/57E/68d+XVh1eiMl6842HJEtWfkTGb23yf/R2V93nSc49jR7gBUQ==

react-native-svg@12.1.0, react-native-svg@^12.1.0:
version "12.1.0"
Expand Down

0 comments on commit f262b00

Please sign in to comment.