Skip to content

Commit 3a4f835

Browse files
committed
Some minor manifest changes and set the version to 0.x
1 parent e132ecc commit 3a4f835

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

AndroidManifest.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="org.cgutman.usbipserverforandroid"
3-
android:versionCode="1"
4-
android:versionName="1.0" >
3+
android:versionCode="3"
4+
android:versionName="0.1" >
55

6-
<uses-feature android:name="android.hardware.usb.host" />
6+
<uses-feature android:name="android.hardware.usb.host" android:required="true" />
7+
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
78

89
<uses-sdk
910
android:minSdkVersion="12"

0 commit comments

Comments
 (0)