Skip to content

Commit 664027a

Browse files
committed
update version code and number, and release notes
1 parent ce31953 commit 664027a

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

mapcache/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
resValue "string", "applicationId", applicationId
2020
minSdkVersion 21
2121
targetSdkVersion 28
22-
versionCode 31
23-
versionName '2.0.5'
22+
versionCode 32
23+
versionName '2.0.6'
2424
multiDexEnabled true
2525
}
2626
buildTypes {

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

Lines changed: 6 additions & 9 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.5</string>
6-
<string name="app_release_date">Released Oct 2019</string>
5+
<string name="app_version">Version 2.0.6</string>
6+
<string name="app_release_date">Released Nov 2019</string>
77
<string name="app_label_name">MapCache</string>
88
<string name="title_map">Map</string>
99
<string name="title_manager">Manager</string>
@@ -351,6 +351,10 @@
351351
<string name="geopackage_android_url">&lt;a href=http://ngageoint.github.io/geopackage-android>GeoPackage Android on Github&lt;/a></string>
352352
<string name="ogc_url">&lt;a href=http://www.geopackage.org/#implementations_nga>OGC GeoPackage&lt;/a></string>
353353
<string name="release_notes">
354+
Release Notes - 2.0.6\n \t
355+
- UI updates\n\t
356+
- Performance improvements\n\t
357+
\n
354358
Release Notes - 2.0.5\n \t
355359
- Bug fixes\n\t
356360
- UI updates\n\t
@@ -365,13 +369,6 @@
365369
- Filter file types for import\n\t
366370
- Bug fixes\n\t
367371
\n
368-
Release Notes - 2.0.2\n \t
369-
- New swipe to enable all gp layers\n\t
370-
- Improved file error handling\n\t
371-
- Improved tile draw wizard\n\t
372-
- Added zoom level indicator\n\t
373-
- Updated icons for smaller screens\n\t
374-
- Added show my location feature\n\t
375372
</string>
376373

377374

0 commit comments

Comments
 (0)