Skip to content

Commit

Permalink
update version code and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jclark118 committed Aug 31, 2023
1 parent 72fd25d commit be0dc99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions mapcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
resValue "string", "applicationId", applicationId
minSdkVersion 28
targetSdkVersion 33
versionCode 55
versionName '2.1.8'
versionCode 56
versionName '2.1.9'
multiDexEnabled true
}
buildTypes {
Expand Down
10 changes: 5 additions & 5 deletions mapcache/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<resources>

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


Expand Down

0 comments on commit be0dc99

Please sign in to comment.