Fix typo in uses-feature
This commit is contained in:
@@ -10,7 +10,7 @@ android {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 27
|
||||
resConfigs "zh-rCN"
|
||||
versionCode 15
|
||||
versionCode 16
|
||||
versionName "1.2.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package="be.mygod.vpnhotspot">
|
||||
|
||||
<uses-feature
|
||||
android:name="android.bluetooth"
|
||||
android:name="android.hardware.bluetooth"
|
||||
android:required="false"/>
|
||||
<uses-feature
|
||||
android:name="android.hardware.touchscreen"
|
||||
|
||||
Reference in New Issue
Block a user