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'