Skip to content

Commit

Permalink
Update version flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Starcommander committed Mar 29, 2018
1 parent 7a419b3 commit 8d6d687
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions PocketMaps/app/build.gradle
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.junjunguo.pocketmaps"
minSdkVersion 19
targetSdkVersion 27
versionCode 9
versionName "1.9"
versionCode 10
versionName "2.0"
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions PocketMaps/app/src/main/AndroidManifest.xml
Expand Up @@ -2,8 +2,8 @@
<manifest
package="com.junjunguo.pocketmaps"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="9"
android:versionName="1.9">
android:versionCode="10"
android:versionName="2.0">

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

Expand Down
Expand Up @@ -21,8 +21,7 @@
public class MyMap implements Comparable<MyMap> {
public enum MapFileType {DlMapFile, MapFolder, DlIdFile};
public enum DlStatus {Downloading, Unzipping, Complete, On_server, Error};
public static final String TIME_OLD="1970-01";
public static final String MAP_VERSION = "0.9.0_1";
public static final String MAP_VERSION = "0.9.0_1"; // graphhopperVers_counterFlag
private String country = "";
private String size = "";
private String url = "";
Expand Down

0 comments on commit 8d6d687

Please sign in to comment.