From df23dfb7dabc696f0a5b35b1ad93bf7d1f845864 Mon Sep 17 00:00:00 2001 From: Tomasz Walecki Date: Tue, 27 Aug 2024 22:10:00 +0200 Subject: [PATCH] Version 1.3.11 --- AndroidYouTubeDownloader/AndroidManifest.xml | 6 +++--- AndroidYouTubeDownloader/AndroidYouTubeDownloader.csproj | 4 ++-- CreateApk.ps1 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AndroidYouTubeDownloader/AndroidManifest.xml b/AndroidYouTubeDownloader/AndroidManifest.xml index 9fa592e..6caa12e 100644 --- a/AndroidYouTubeDownloader/AndroidManifest.xml +++ b/AndroidYouTubeDownloader/AndroidManifest.xml @@ -1,9 +1,9 @@ - - + + - \ No newline at end of file + diff --git a/AndroidYouTubeDownloader/AndroidYouTubeDownloader.csproj b/AndroidYouTubeDownloader/AndroidYouTubeDownloader.csproj index 63b289d..8f5456a 100644 --- a/AndroidYouTubeDownloader/AndroidYouTubeDownloader.csproj +++ b/AndroidYouTubeDownloader/AndroidYouTubeDownloader.csproj @@ -6,8 +6,8 @@ disable disable com.tmk907.AndroidYouTubeDownloader - 16 - 1.3.10 + 18 + 1.3.11 diff --git a/CreateApk.ps1 b/CreateApk.ps1 index e4b8285..ba3b478 100644 --- a/CreateApk.ps1 +++ b/CreateApk.ps1 @@ -49,7 +49,7 @@ Function CopyToLocalAppStore { $versionName ) - $publishDirectory = '.\AndroidYouTubeDownloader\bin\Release\net6.0-android\publish' + $publishDirectory = '.\AndroidYouTubeDownloader\bin\Release\net8.0-android\publish' $appStoreDirectory = 'C:\Source\AppStore' $appName = 'AndroidYouTubeDownloader'