mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-25 10:24:31 +01:00
11 lines
321 B
XML
11 lines
321 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="com.arthenica.mobileffmpeg"
|
||
|
android:versionCode="160440"
|
||
|
android:versionName="4.4.LTS" >
|
||
|
|
||
|
<uses-sdk
|
||
|
android:minSdkVersion="16"
|
||
|
android:targetSdkVersion="29" />
|
||
|
|
||
|
</manifest>
|