Skip to content

Commit

Permalink
fix: min sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Oct 16, 2024
1 parent 2009517 commit a428a14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
tools:ignore="ScopedStorage" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />

<tools:uses-sdk tools:overrideLibrary="com.yausername.youtubedl_android, com.yausername.aria2c, com.yausername.ffmpeg, com.yausername.youtubedl_common" />

<uses-sdk
android:minSdkVersion="21"
tools:overrideLibrary="com.yausername.youtubedl_android, com.yausername.aria2c, com.yausername.ffmpeg, com.yausername.youtubedl_common" />

<queries>
<intent>
Expand Down

0 comments on commit a428a14

Please sign in to comment.