Skip to content

Commit

Permalink
update android snapclient binaries to 0.27.0, bump android and iOS pa…
Browse files Browse the repository at this point in the history
…ckage version numbers to 0.27.0
  • Loading branch information
stijnvdb88 committed Feb 5, 2023
1 parent 33919f9 commit 73238db
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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.26.0" package="com.stijnvdb88.snapdotnet" android:installLocation="preferExternal">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="0.27.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.
6 changes: 3 additions & 3 deletions 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.26.0</string>
<string>0.27.0</string>
<key>CFBundleVersion</key>
<string>0</string>
<key>ITSAppUsesNonExemptEncryption</key>
Expand All @@ -47,7 +47,7 @@
</array>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
</dict>
</plist>

0 comments on commit 73238db

Please sign in to comment.