Update development version
This commit is contained in:
parent
4f9eef4ab1
commit
8b3bcf1c0c
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ public class Version {
|
|||
|
||||
public static final String APP_NAME = "OsmAnd"; //$NON-NLS-1$
|
||||
public static final String APP_MAP_CREATOR_NAME = "OsmAndMapCreator"; //$NON-NLS-1$
|
||||
public static final String APP_VERSION = "0.6.9"; //$NON-NLS-1$
|
||||
public static final String APP_VERSION = "0.7.0"; //$NON-NLS-1$
|
||||
public static final String APP_DESCRIPTION = "alpha"; //$NON-NLS-1$
|
||||
|
||||
public static final String APP_NAME_VERSION = APP_NAME + " " + APP_VERSION; //$NON-NLS-1$
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="net.osmand.plus" android:installLocation="auto" android:versionName="0.6.9" android:versionCode="40">
|
||||
package="net.osmand.plus" android:installLocation="auto" android:versionName="0.7.0" android:versionCode="43">
|
||||
<meta-data android:name="com.google.android.backup.api_key"
|
||||
android:value="AEdPqrEAAAAIqF3tNGT66etVBn_vgzpfAY1wmIzKV1Ss6Ku-2A" />
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name"
|
||||
|
|
Loading…
Reference in a new issue