Skip to content

Commit

Permalink
Upgrade to version 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Starcommander committed Feb 29, 2020
1 parent d44eabb commit 1321400
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.junjunguo.pocketmaps"
minSdkVersion 19
targetSdkVersion 29
versionCode 34
versionName "3.4"
versionCode 35
versionName "3.5"
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions PocketMaps/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest
package="com.junjunguo.pocketmaps"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="34"
android:versionName="3.4">
android:versionCode="35"
android:versionName="3.5">

<!-- necessary to store maps -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

1 comment on commit 1321400

@Starcommander
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is 3.5 and not 2.5 of curse.

Please sign in to comment.