File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tubeLoadNative.Droid/Properties Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments