Skip to content

Commit

Permalink
build: publish 0.5.0 (#489)
Browse files Browse the repository at this point in the history
* build: prepare to publish 0.5.0

* build: inc android build version.

* build: inc android version.
  • Loading branch information
richardo2016x authored Dec 5, 2024
1 parent ebaf5ba commit 6b99ebf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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 @@ -89,8 +89,8 @@ android {
applicationId "com.debank.rabbymobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 100039
versionName "0.4.1"
versionCode 100042
versionName "0.5.0"
}
splits {
abi {
Expand Down
12 changes: 6 additions & 6 deletions 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.4.1</string>
<string>0.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -36,7 +36,7 @@
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<false />
<key>LSApplicationQueriesSchemes</key>
<array>
<string>imtokenv2</string>
Expand All @@ -53,15 +53,15 @@
<string>debank</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<true />
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<true />
</dict>
</dict>
</dict>
Expand All @@ -74,7 +74,7 @@
<key>NSFaceIDUsageDescription</key>
<string>$(PRODUCT_NAME) needs to authenticate</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string/>
<string />
<key>NSMicrophoneUsageDescription</key>
<string>Rabby needs microphone access to record audio</string>
<key>UIAppFonts</key>
Expand Down Expand Up @@ -103,7 +103,7 @@
<key>UIUserInterfaceStyle</key>
<string>Automatic</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<false />
<key>rabbit_code</key>
<string>$(RABBY_MOBILE_CODE)</string>
</dict>
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.4.1</string>
<string>0.5.0</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.4.1",
"version": "0.5.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 6b99ebf

Please sign in to comment.