Version 3.0.344

This commit is contained in:
Oliver Hauff 2022-10-05 07:48:13 +02:00
parent 154b6d07ca
commit 4476717f26
9 changed files with 21 additions and 17 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="internalOnly" package="com.hauffware.sharee" android:versionName="3.0.343" android:versionCode="343">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="internalOnly" package="com.hauffware.sharee" android:versionName="3.0.344" android:versionCode="344">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="30" />
<!-- Google Maps related permissions -->
<!-- Permission to receive remote notifications from Google Play Services -->

View file

@ -55,8 +55,8 @@
<key>CFBundleDisplayName</key>
<string>sharee.bike</string>
<key>CFBundleVersion</key>
<string>343</string>
<string>344</string>
<key>CFBundleShortVersionString</key>
<string>3.0.343</string>
<string>3.0.344</string>
</dict>
</plist>