File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
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 =" 4 " android : versionName =" 1.2 " >
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 =" 5 " android : versionName =" 1.3 " >
33 <application android : allowBackup =" true" android : icon =" @mipmap/ic_launcher" android : label =" @string/app_name" android : roundIcon =" @mipmap/ic_launcher_round" 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 =" 31" />
9- </manifest >
9+ </manifest >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >net6.0-android</TargetFramework >
44 <SupportedOSPlatformVersion >26</SupportedOSPlatformVersion >
55 <OutputType >Exe</OutputType >
66 <Nullable >disable</Nullable >
77 <ImplicitUsings >disable</ImplicitUsings >
88 <ApplicationId >com.tmk907.AndroidYouTubeDownloader</ApplicationId >
9- <ApplicationVersion >4 </ApplicationVersion >
10- <ApplicationDisplayVersion >1.2 </ApplicationDisplayVersion >
9+ <ApplicationVersion >5 </ApplicationVersion >
10+ <ApplicationDisplayVersion >1.3 </ApplicationDisplayVersion >
1111 </PropertyGroup >
1212
1313 <ItemGroup >
5858 <AndroidUseAapt2 >True</AndroidUseAapt2 >
5959 </PropertyGroup >
6060
61- </Project >
61+ </Project >
You can’t perform that action at this time.
0 commit comments