Skip to content

Commit 935a918

Browse files
committed
update android snapclient binaries to 0.29.0, bump android and iOS package version numbers to 0.29.0
1 parent 17e277e commit 935a918

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

Mobile/Mobile.Android/Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="0.28.0" package="com.stijnvdb88.snapdotnet" android:installLocation="preferExternal">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="0.29.0" package="com.stijnvdb88.snapdotnet" android:installLocation="preferExternal">
33
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
44
<application android:label="Snap.Net" android:icon="@drawable/ic_launcher"></application>
55
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
11.6 KB
Binary file not shown.
6.98 KB
Binary file not shown.
10.6 KB
Binary file not shown.

Mobile/Mobile.iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<key>XSAppIconAssets</key>
3535
<string>Assets.xcassets/AppIcon.appiconset</string>
3636
<key>CFBundleShortVersionString</key>
37-
<string>0.28.0</string>
37+
<string>0.29.0</string>
3838
<key>CFBundleVersion</key>
3939
<string>0</string>
4040
<key>ITSAppUsesNonExemptEncryption</key>

0 commit comments

Comments
 (0)