Update manifests
This commit is contained in:
parent
79801c08ee
commit
3bb7889674
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="net.osmand.plus" android:installLocation="auto" android:versionName="@string/app_version" android:versionCode="120">
|
package="net.osmand.plus" android:installLocation="auto" android:versionName="@string/app_version" android:versionCode="135">
|
||||||
<meta-data android:name="com.google.android.backup.api_key"
|
<meta-data android:name="com.google.android.backup.api_key"
|
||||||
android:value="AEdPqrEAAAAIqF3tNGT66etVBn_vgzpfAY1wmIzKV1Ss6Ku-2A" />
|
android:value="AEdPqrEAAAAIqF3tNGT66etVBn_vgzpfAY1wmIzKV1Ss6Ku-2A" />
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/parking_no_lim_button"
|
android:id="@+id/parking_no_lim_button"
|
||||||
android:layout_marginLeft="16dp"
|
android:layout_marginLeft="16dp"
|
||||||
android:layout_marginRight="16dp"
|
android:layout_marginRight="32dp"
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
android:background="@drawable/poi_parking_pos_no_limit_menu"
|
android:background="@drawable/poi_parking_pos_no_limit_menu"
|
||||||
android:contentDescription="@string/osmand_parking_time_no_limit" />
|
android:contentDescription="@string/osmand_parking_time_no_limit" />
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
android:id="@+id/parking_lim_button"
|
android:id="@+id/parking_lim_button"
|
||||||
android:layout_column="1"
|
android:layout_column="1"
|
||||||
android:layout_marginRight="16dp"
|
android:layout_marginRight="16dp"
|
||||||
android:layout_marginLeft="16dp"
|
android:layout_marginLeft="32dp"
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
android:background="@drawable/poi_parking_pos_limit_menu"
|
android:background="@drawable/poi_parking_pos_limit_menu"
|
||||||
android:contentDescription="@string/osmand_parking_time_limit" />
|
android:contentDescription="@string/osmand_parking_time_limit" />
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="net.osmand.parkingPlugin"
|
package="net.osmand.parkingPlugin"
|
||||||
android:versionCode="3"
|
android:versionCode="4"
|
||||||
android:versionName="1.0" >
|
android:versionName="1.0" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="4" />
|
<uses-sdk android:minSdkVersion="4" />
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="net.osmand.srtmPlugin.paid"
|
package="net.osmand.srtmPlugin.paid"
|
||||||
android:versionCode="3"
|
android:versionCode="4"
|
||||||
android:versionName="1.0" >
|
android:versionName="1.0" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="4" />
|
<uses-sdk android:minSdkVersion="4" />
|
||||||
|
|
Loading…
Reference in a new issue