Removing unused tags from AndroidManifest.xml.
This commit is contained in:
parent
5fc5cae70c
commit
6e4c6a2cdd
|
@ -1,11 +1,3 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="no.nordicsemi.android.dfu"
|
||||
android:versionCode="2"
|
||||
android:versionName="0.6" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="18"
|
||||
android:targetSdkVersion="21" />
|
||||
|
||||
<manifest package="no.nordicsemi.android.dfu">
|
||||
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in New Issue