mirror of
https://github.com/zoriya/Opus.git
synced 2025-12-06 06:26:15 +00:00
Updating the app
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user