Skip to content

Commit acc3b6a

Browse files
committed
incremented minor
1 parent ef389e0 commit acc3b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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="9" android:versionName="0.1.8" package="nl.dirkkok.android.youtubedl" android:installLocation="auto">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="10" android:versionName="0.1.9" package="nl.dirkkok.android.youtubedl" android:installLocation="auto">
33
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28" />
44
<application android:allowBackup="true" android:icon="@mipmap/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" />

0 commit comments

Comments
 (0)