Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit be0dc99

Browse files
committed
update version code and release notes
1 parent 72fd25d commit be0dc99

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

mapcache/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
resValue "string", "applicationId", applicationId
1616
minSdkVersion 28
1717
targetSdkVersion 33
18-
versionCode 55
19-
versionName '2.1.8'
18+
versionCode 56
19+
versionName '2.1.9'
2020
multiDexEnabled true
2121
}
2222
buildTypes {

mapcache/src/main/res/values/strings.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<resources>
33

44
<string name="app_name">MapCache</string>
5-
<string name="app_version">Version 2.1.8</string>
6-
<string name="app_release_date">Released Aug 2023</string>
5+
<string name="app_version">Version 2.1.9</string>
6+
<string name="app_release_date">Released Sept 2023</string>
77
<string name="app_label_name">MapCache</string>
88
<string name="title_map">Map</string>
99
<string name="title_manager">Manager</string>
@@ -386,9 +386,9 @@
386386
<string name="geopackage_android_url">&lt;a href=http://ngageoint.github.io/geopackage-android>GeoPackage Android on Github&lt;/a></string>
387387
<string name="ogc_url">&lt;a href=http://www.geopackage.org/#implementations_nga>OGC GeoPackage&lt;/a></string>
388388
<string name="release_notes">
389-
Release Notes - 2.1.8\n \n
390-
- Backend performance improvements\n
391-
- Usability enhancements
389+
Release Notes - 2.1.9\n \n
390+
- Fixes for file and camera permissions on android 13\n
391+
- Fix for show my location
392392
</string>
393393

394394

0 commit comments

Comments
 (0)