Skip to content

Commit

Permalink
Mobile App - update the version to 3.0.47 (#1203)
Browse files Browse the repository at this point in the history
* handle confirmation email autologin token

* do not display error that login page close unexpectedly after autologin

* App.xaml.cs - remove InvokeOnMainThreadAsync

rename method

* added InitializeMainPage extension method

* update mobile app version
  • Loading branch information
vladislav-kir authored Feb 24, 2025
1 parent 46a8b2c commit cf7dacc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MobileUI/Platforms/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ssw.consulting" android:versionCode="85" android:versionName="3.0.46">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ssw.consulting" android:versionCode="86" android:versionName="3.0.47">
<application android:allowBackup="false" android:icon="@mipmap/icon_android_dark" android:supportsRtl="true" android:label="SSW Rewards">
<meta-data android:name="google_analytics_automatic_screen_reporting_enabled" android:value="false" />
</application>
Expand Down
2 changes: 1 addition & 1 deletion src/MobileUI/Platforms/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleShortVersionString</key>
<string>3.0.46</string>
<string>3.0.47</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit cf7dacc

Please sign in to comment.