Skip to content

Commit

Permalink
update yotubeexplode
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxite committed Dec 10, 2021
1 parent d133402 commit 65167dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<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">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28" />
<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>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion YoutubeDL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<ItemGroup>
<PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
<PackageReference Include="YoutubeExplode">
<Version>6.0.3</Version>
<Version>6.0.7</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
Expand Down

0 comments on commit 65167dc

Please sign in to comment.