Skip to content

Commit a428a14

Browse files
committed
fix: min sdk version
1 parent 2009517 commit a428a14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
tools:ignore="ScopedStorage" />
1919
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
2020

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

2326
<queries>
2427
<intent>

0 commit comments

Comments
 (0)