Skip to content

Commit

Permalink
next dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
spyhunter99 committed Aug 22, 2022
1 parent 5c3809d commit c796c39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -7,11 +7,11 @@ osmdroid is a (almost) full/free replacement for Android's MapView (v1 API) clas
<a href="https://play.google.com/store/apps/details?id=org.osmdroid">
<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on F-Droid" height="90"></a>

Current Release: **6.1.13 May 14, 2022**
Current Release: **6.1.14 Aug 22, 2022**

Current Development version: 6.1.14-SNAPSHOT
Current Development version: 6.1.15-SNAPSHOT

Next Release Version (planned): 6.1.14
Next Release Version (planned): 6.1.15

Note: check your calendar, it may take up to a few days for all global mirrors to update.

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Expand Up @@ -71,7 +71,7 @@ android.compileSdkVersion=31
android.minSdkVersion=8
android.targetSdkVersion=30

android.versionCode=50
android.versionCode=51

# this is used for signing APK only, it can also be stored in local.properties
#android.signingConfigs.release.storeFile=
Expand All @@ -90,7 +90,7 @@ android.versionCode=50
description=An Android library to display OpenStreetMap views.

# NOTE: this is also used as the default project.version
pom.version=6.1.14
pom.version=6.1.15-SNAPSHOT

# NOTE: this is also used as the default project.group
pom.groupId=org.osmdroid
Expand Down

0 comments on commit c796c39

Please sign in to comment.