Skip to content

Commit

Permalink
update android snapclient binaries to 0.29.0, bump android and iOS pa…
Browse files Browse the repository at this point in the history
…ckage version numbers to 0.29.0
  • Loading branch information
stijnvdb88 committed Aug 26, 2024
1 parent 17e277e commit 935a918
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mobile/Mobile.Android/Properties/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" android:versionCode="1" android:versionName="0.28.0" package="com.stijnvdb88.snapdotnet" android:installLocation="preferExternal">
<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">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
<application android:label="Snap.Net" android:icon="@drawable/ic_launcher"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
Binary file modified Mobile/Mobile.Android/libs/arm64-v8a/libsnapclient.so
Binary file not shown.
Binary file modified Mobile/Mobile.Android/libs/armeabi-v7a/libsnapclient.so
Binary file not shown.
Binary file modified Mobile/Mobile.Android/libs/x86_64/libsnapclient.so
Binary file not shown.
2 changes: 1 addition & 1 deletion Mobile/Mobile.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcon.appiconset</string>
<key>CFBundleShortVersionString</key>
<string>0.28.0</string>
<string>0.29.0</string>
<key>CFBundleVersion</key>
<string>0</string>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down

0 comments on commit 935a918

Please sign in to comment.