compilation fix
This commit is contained in:
parent
5af7d6fb13
commit
f21be692dd
1 changed files with 4 additions and 5 deletions
|
@ -6,8 +6,6 @@
|
|||
android:versionCode="240"
|
||||
package="net.osmand.plus">
|
||||
|
||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
|
||||
|
@ -43,7 +41,8 @@
|
|||
<uses-feature android:name="android.hardware.bluetooth" android:required="false" />
|
||||
<uses-feature android:name="com.sec.feature.spen_usp" android:required="false"/>
|
||||
|
||||
|
||||
<uses-sdk android:targetSdkVersion="21" android:minSdkVersion="9"
|
||||
tools:overrideLibrary="com.getkeepsafe.taptargetview"/>
|
||||
|
||||
<supports-screens android:resizeable="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true"
|
||||
android:xlargeScreens="true" android:anyDensity="true" />
|
||||
|
|
Loading…
Reference in a new issue