Updating the app

This commit is contained in:
Tristan Roux
2019-02-24 19:35:13 +01:00
parent ad4fcf38cf
commit a4d9244682
3 changed files with 4 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
Version: 3.0.5
Beta: True
Link: https://github.com/AnonymusRaccoon/Opus/releases/download/3.0.5/Opus.v3.0.5.apk
Version: 3.2.0
Beta: False
Link: https://github.com/AnonymusRaccoon/Opus/releases/download/3.2.0/Opus.v3.2.0.apk

View File

@@ -1126,8 +1126,6 @@ namespace Opus
if (await instance.GetWritePermission())
{
string localPath = Environment.GetExternalStoragePublicDirectory(Environment.DirectoryDownloads).AbsolutePath + "/Opus-v" + version + (beta ? "-beta" : "") + ".apk";
Console.WriteLine("&DownloadPath: " + downloadPath);
Console.WriteLine("&Local path: " + localPath);
Toast.MakeText(Application.Context, Application.Context.GetString(Resource.String.downloading_update), ToastLength.Short).Show();

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.sdg.opus" android:installLocation="preferExternal" android:versionName="3.1.0" android:versionCode="28">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.sdg.opus" android:installLocation="preferExternal" android:versionName="3.2.0" android:versionCode="30">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />