Skip to content

Commit 65167dc

Browse files
committed
update yotubeexplode
1 parent d133402 commit 65167dc

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="14" android:versionName="0.1.13" package="nl.dirkkok.android.youtubedl" android:installLocation="auto">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="15" android:versionName="0.1.14" package="nl.dirkkok.android.youtubedl" android:installLocation="auto">
33
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28" />
44
<application android:allowBackup="true" android:icon="@drawable/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
@@ -98,7 +98,7 @@
9898
<ItemGroup>
9999
<PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
100100
<PackageReference Include="YoutubeExplode">
101-
<Version>6.0.3</Version>
101+
<Version>6.0.7</Version>
102102
</PackageReference>
103103
</ItemGroup>
104104
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />

0 commit comments

Comments
 (0)