[and] Version up
This commit is contained in:
parent
2b89b3d100
commit
31ef811871
1 changed files with 6 additions and 3 deletions
|
@ -2,15 +2,18 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.guidewithme.uk"
|
||||
android:installLocation="preferExternal"
|
||||
android:versionCode="2"
|
||||
android:versionName="1.0.1" >
|
||||
android:versionCode="3"
|
||||
android:versionName="1.0.2" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="9"
|
||||
android:targetSdkVersion="18" />
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
<uses-feature android:name="android.hardware.location.gps" android:required="false"/>
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.location.gps"
|
||||
android:required="false" />
|
||||
|
||||
<!-- Required to access Google Play Licensing -->
|
||||
<uses-permission android:name="com.android.vending.CHECK_LICENSE" />
|
||||
|
|
Reference in a new issue