Skip to content

Commit

Permalink
✨ Mobile | Version bump (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntPolkanov authored Apr 11, 2024
1 parent 03e5f68 commit 07ad4db
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="53" android:versionName="3.0.14">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ssw.consulting" android:versionCode="54" android:versionName="3.0.15">
<application android:allowBackup="true" android:icon="@mipmap/icon_android_dark" android:supportsRtl="true" android:label="SSW Rewards"></application>
<!-- Setting Targeted sdk version to 32 instead of the latest 33 due to Android Permissions not correctly implemented yet
See Issue: https://github.com/dotnet/maui/issues/11275 -->
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.14</string>
<string>3.0.15</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit 07ad4db

Please sign in to comment.