next cycle

This commit is contained in:
Alex O'Ree 2023-03-31 19:43:21 -04:00
parent e19f37139b
commit b835629098
2 changed files with 5 additions and 5 deletions

View file

@ -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.15 Mar 28, 2023**
Current Release: **6.1.16 Mar 31, 2023**
Current Development version: 6.1.16-SNAPSHOT
Current Development version: 6.1.17-SNAPSHOT
Next Release Version (planned): 6.1.16
Next Release Version (planned): 6.1.17
Note: check your calendar, it may take up to a few days for all global mirrors to update.

View file

@ -70,7 +70,7 @@ android.compileSdkVersion=31
android.minSdkVersion=8
android.targetSdkVersion=30
android.versionCode=52
android.versionCode=53
# this is used for signing APK only, it can also be stored in local.properties
#android.signingConfigs.release.storeFile=
@ -89,7 +89,7 @@ android.versionCode=52
description=An Android library to display OpenStreetMap views.
# NOTE: this is also used as the default project.version
pom.version=6.1.16
pom.version=6.1.17-SNAPSHOT
# NOTE: this is also used as the default project.group
pom.groupId=org.osmdroid