Merge branch 'master' of git@github.com:osmandapp/Osmand.git
This commit is contained in:
commit
e525366df5
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,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.7"; //$NON-NLS-1$
|
||||
public static final String APP_VERSION = "0.6.8"; //$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.6" android:versionCode="35">
|
||||
package="net.osmand.plus" android:installLocation="auto" android:versionName="0.6.8" android:versionCode="38">
|
||||
<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