Skip to content

Commit

Permalink
Draft new release 3.9 because of important bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Starcommander committed Jan 1, 2022
1 parent 2bf574b commit e9c7c92
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 38
versionName "3.8"
versionCode 39
versionName "3.9"
}

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="38"
android:versionName="3.8">
android:versionCode="39"
android:versionName="3.9">

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

0 comments on commit e9c7c92

Please sign in to comment.