Skip to content

Commit

Permalink
Version updated to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Starcommander committed Oct 7, 2018
1 parent dbfde54 commit f8488e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 10
versionName "2.0"
versionCode 12
versionName "2.2"
}

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="10"
android:versionName="2.0">
android:versionCode="12"
android:versionName="2.2">

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

Expand Down

0 comments on commit f8488e6

Please sign in to comment.