Fix typo in uses-feature

This commit is contained in:
Mygod
2018-04-21 22:07:25 -07:00
parent b0cf937704
commit 68e2f976c5
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 27 targetSdkVersion 27
resConfigs "zh-rCN" resConfigs "zh-rCN"
versionCode 15 versionCode 16
versionName "1.2.0" versionName "1.2.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }

View File

@@ -4,7 +4,7 @@
package="be.mygod.vpnhotspot"> package="be.mygod.vpnhotspot">
<uses-feature <uses-feature
android:name="android.bluetooth" android:name="android.hardware.bluetooth"
android:required="false"/> android:required="false"/>
<uses-feature <uses-feature
android:name="android.hardware.touchscreen" android:name="android.hardware.touchscreen"