Remove superfluous minSDKVersion in AndroidManifest.xml

here
cpfeiffer 2015-11-23 21:41:06 +01:00
parent 52047b615c
commit c1d9777047
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="nodomain.freeyourgadget.gadgetbridge">
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="23" />
<!--
<uses-permission android:name="android.permission.INTERNET" />
-->