Skip to content

Commit

Permalink
spixi-0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Jun 24, 2022
1 parent ea3f187 commit 8e0e79b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SPIXI/SPIXI.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:versionName="0.6.7" package="io.ixian.spixi" android:installLocation="auto" android:versionCode="0160000670">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.6.8" package="io.ixian.spixi" android:installLocation="auto" android:versionCode="0160000680">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="30" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
2 changes: 1 addition & 1 deletion SPIXI/SPIXI.Android/SPIXI.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<RootNamespace>SPIXI.Droid</RootNamespace>
<AssemblyName>SPIXI.Android</AssemblyName>
<TargetFrameworkVersion>v10.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v11.0</TargetFrameworkVersion>
<AndroidApplication>True</AndroidApplication>
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidResgenClass>Resource</AndroidResgenClass>
Expand Down
4 changes: 2 additions & 2 deletions SPIXI/SPIXI.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<key>CFBundleIdentifier</key>
<string>io.ixian.spixi</string>
<key>CFBundleVersion</key>
<string>0.6.7</string>
<string>0.6.8</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>CFBundleName</key>
Expand All @@ -54,6 +54,6 @@
<key>XSAppIconAssets</key>
<string>Media.xcassets/AppIcons.appiconset</string>
<key>CFBundleShortVersionString</key>
<string>0.6.7</string>
<string>0.6.8</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion SPIXI/SPIXI/Meta/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class Config
public static readonly int packetDataSize = 102400; // 100 Kb per packet for file transfers
public static readonly long packetRequestTimeout = 60; // Time in seconds to re-request packets

public static readonly string version = "spixi-0.6.7"; // Spixi version
public static readonly string version = "spixi-0.6.8"; // Spixi version

public static readonly string checkVersionUrl = "https://www.ixian.io/spixi-update.txt";
public static readonly int checkVersionSeconds = 1 * 60 * 60; // 1 hour
Expand Down

0 comments on commit 8e0e79b

Please sign in to comment.