Skip to content

Commit

Permalink
build: publish 0.1.8 (#261)
Browse files Browse the repository at this point in the history
* chore: add changelog.

* build: prepare to publish.

* build: update Podfile.lock

* build: inc android versionCode.
  • Loading branch information
richardo2016x authored May 1, 2024
1 parent 4076a38 commit ee6c2d6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ android {
applicationId "com.debank.rabbymobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 13
versionName "0.1.7"
versionCode 15
versionName "0.1.8"
}
splits {
abi {
Expand Down
6 changes: 6 additions & 0 deletions apps/mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ PODS:
- React-Core
- react-native-animateable-text (0.11.0):
- React-Core
- react-native-ble-manager (8.8.0):
- React-Core
- react-native-ble-plx (2.0.3):
- MultiplatformBleAdapter (= 0.1.9)
- React-Core
Expand Down Expand Up @@ -657,6 +659,7 @@ DEPENDENCIES:
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
- react-native-aes (from `../node_modules/react-native-aes-crypto`)
- react-native-animateable-text (from `../node_modules/react-native-animateable-text`)
- react-native-ble-manager (from `../node_modules/react-native-ble-manager`)
- react-native-ble-plx (from `../node_modules/react-native-ble-plx`)
- "react-native-blur (from `../node_modules/@react-native-community/blur`)"
- "react-native-compat (from `../node_modules/@walletconnect/react-native-compat`)"
Expand Down Expand Up @@ -781,6 +784,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-aes-crypto"
react-native-animateable-text:
:path: "../node_modules/react-native-animateable-text"
react-native-ble-manager:
:path: "../node_modules/react-native-ble-manager"
react-native-ble-plx:
:path: "../node_modules/react-native-ble-plx"
react-native-blur:
Expand Down Expand Up @@ -922,6 +927,7 @@ SPEC CHECKSUMS:
React-logger: 8edc785c47c8686c7962199a307015e2ce9a0e4f
react-native-aes: b580a7919ae1ba5a1b457e7e4914a87eb01de6f4
react-native-animateable-text: 5f5a6e96f6c075aa943ce52ea7fd3fbb3e56d725
react-native-ble-manager: f8add48474ad08a0bd3e46b2d1ebff5e00a628b7
react-native-ble-plx: f10240444452dfb2d2a13a0e4f58d7783e92d76e
react-native-blur: cfdad7b3c01d725ab62a8a729f42ea463998afa2
react-native-compat: d658d1a1c8589c5a1b6c0f6c8c83c0a51880b7d2
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/ios/RabbyMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.7</string>
<string>0.1.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/ios/RabbyMobileTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.7</string>
<string>0.1.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rabby-mobile",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions apps/mobile/src/changeLogs/0.1.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Features

- Supported Onekey

0 comments on commit ee6c2d6

Please sign in to comment.