Skip to content

Commit 6c3844c

Browse files
committed
update youtubedl and version
1 parent 235fb04 commit 6c3844c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="8" android:versionName="0.1.7" package="nl.dirkkok.android.youtubedl" android:installLocation="auto">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="9" android:versionName="0.1.8" package="nl.dirkkok.android.youtubedl" android:installLocation="auto">
33
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28" />
44
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="YoutubeDL" android:roundIcon="@mipmap/ic_launcher" android:supportsRtl="true" android:theme="@style/AppTheme"></application>
55
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

YoutubeDL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<PackageReference Include="Xamarin.Android.Support.CustomTabs" Version="28.0.0.3" />
115115
<PackageReference Include="Xamarin.Essentials" Version="1.3.1" />
116116
<PackageReference Include="YoutubeExplode">
117-
<Version>5.1.8</Version>
117+
<Version>5.1.9</Version>
118118
</PackageReference>
119119
</ItemGroup>
120120
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />

0 commit comments

Comments
 (0)