File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" com.tmk907.androidyoutubedownloader" android : versionCode =" 13 " android : versionName =" 1.3.10 " >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" com.tmk907.androidyoutubedownloader" android : versionCode =" 18 " android : versionName =" 1.3.11 " >
33 <application android : allowBackup =" true" android : icon =" @mipmap/ic_launcher" android : label =" @string/app_name" android : supportsRtl =" true" android : theme =" @style/Theme.AndroidYouTubeDownloader" ></application >
44 <uses-permission android : name =" android.permission.INTERNET" />
55 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
66 <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
77 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
88 <uses-sdk android : minSdkVersion =" 26" android : targetSdkVersion =" 34" />
9- </manifest >
9+ </manifest >
Original file line number Diff line number Diff line change 66 <Nullable >disable</Nullable >
77 <ImplicitUsings >disable</ImplicitUsings >
88 <ApplicationId >com.tmk907.AndroidYouTubeDownloader</ApplicationId >
9- <ApplicationVersion >16 </ApplicationVersion >
10- <ApplicationDisplayVersion >1.3.10 </ApplicationDisplayVersion >
9+ <ApplicationVersion >18 </ApplicationVersion >
10+ <ApplicationDisplayVersion >1.3.11 </ApplicationDisplayVersion >
1111 </PropertyGroup >
1212
1313 <ItemGroup >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Function CopyToLocalAppStore {
4949 $versionName
5050 )
5151
52- $publishDirectory = ' .\AndroidYouTubeDownloader\bin\Release\net6 .0-android\publish'
52+ $publishDirectory = ' .\AndroidYouTubeDownloader\bin\Release\net8 .0-android\publish'
5353 $appStoreDirectory = ' C:\Source\AppStore'
5454 $appName = ' AndroidYouTubeDownloader'
5555
You can’t perform that action at this time.
0 commit comments