Skip to content

Commit 7389833

Browse files
committed
Merge branch 'hotfix/1.5.1'
2 parents cd56435 + 09b4bff commit 7389833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tubeLoadNative/tubeLoadNative.Droid/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:installLocation="auto" package="OKEY.TubeLoad" android:versionName="1.5.0" android:versionCode="1">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="OKEY.TubeLoad" android:versionName="1.5.1" android:versionCode="1">
33
<uses-sdk android:minSdkVersion="17" />
44
<uses-permission android:name="android.permission.INTERNET" />
55
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

tubeLoadNative/tubeLoadNative/Services/VersionChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace tubeLoadNative.Services
99
{
1010
public static class VersionChecker
1111
{
12-
private const string URL = "http://tubeloadweb.com/version.txt";
12+
private const string URL = "http://tubeloadweb.com/version";
1313

1414
public enum VersionStatus
1515
{

0 commit comments

Comments
 (0)