Skip to content

Commit 0b15600

Browse files
committed
update version and release notes
1 parent 21a4719 commit 0b15600

File tree

2 files changed

+7
-24
lines changed

2 files changed

+7
-24
lines changed

mapcache/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
resValue "string", "applicationId", applicationId
1919
minSdkVersion 21
2020
targetSdkVersion 30
21-
versionCode 36
22-
versionName '2.0.9'
21+
versionCode 37
22+
versionName '2.0.10'
2323
multiDexEnabled true
2424
}
2525
buildTypes {

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

Lines changed: 5 additions & 22 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.0.9</string>
6-
<string name="app_release_date">Released Dec 2020</string>
5+
<string name="app_version">Version 2.0.10</string>
6+
<string name="app_release_date">Released Feb 2021</string>
77
<string name="app_label_name">MapCache</string>
88
<string name="title_map">Map</string>
99
<string name="title_manager">Manager</string>
@@ -375,26 +375,9 @@
375375
<string name="geopackage_android_url">&lt;a href=http://ngageoint.github.io/geopackage-android>GeoPackage Android on Github&lt;/a></string>
376376
<string name="ogc_url">&lt;a href=http://www.geopackage.org/#implementations_nga>OGC GeoPackage&lt;/a></string>
377377
<string name="release_notes">
378-
Release Notes - 2.0.9\n \t
379-
- Support for Android 11\n\t
380-
- Library updates\n\t
381-
\n
382-
Release Notes - 2.0.8\n \t
383-
- New save GeoPackage to Downloads function\n\t
384-
- Fixes and performance improvements\n\t
385-
\n
386-
Release Notes - 2.0.7\n \t
387-
- UI updates\n\t
388-
- Fixes and performance improvements\n\t
389-
\n
390-
Release Notes - 2.0.6\n \t
391-
- UI updates\n\t
392-
- Performance improvements\n\t
393-
\n
394-
Release Notes - 2.0.5\n \t
395-
- Bug fixes\n\t
396-
- UI updates\n\t
397-
- Usability improvements\n\t
378+
Release Notes - 2.0.10\n \t
379+
- New: Layer Feature column support\n\t
380+
- Performance updates\n\t
398381
\n
399382
</string>
400383

0 commit comments

Comments
 (0)