Change link to the latest blog post about release 3.9
This commit is contained in:
parent
86813a4d45
commit
addb3a003c
2 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ task collectHelpContentsAssets(type: Copy) {
|
||||||
include "*.html"
|
include "*.html"
|
||||||
}
|
}
|
||||||
from("../../help/website/blog_articles") {
|
from("../../help/website/blog_articles") {
|
||||||
include "osmand-3-8-released.html"
|
include "osmand-3-9-released.html"
|
||||||
}
|
}
|
||||||
into "assets/feature_articles"
|
into "assets/feature_articles"
|
||||||
}
|
}
|
||||||
|
|
|
@ -173,7 +173,7 @@ public class HelpActivity extends OsmandActionBarActivity implements AdapterView
|
||||||
contextMenuAdapter.addItem(createItem(R.string.versions_item, NULL_ID,
|
contextMenuAdapter.addItem(createItem(R.string.versions_item, NULL_ID,
|
||||||
"feature_articles/changes.html"));
|
"feature_articles/changes.html"));
|
||||||
contextMenuAdapter.addItem(createItem(R.string.what_is_new, NULL_ID,
|
contextMenuAdapter.addItem(createItem(R.string.what_is_new, NULL_ID,
|
||||||
"feature_articles/osmand-3-8-released.html"));
|
"feature_articles/osmand-3-9-released.html"));
|
||||||
|
|
||||||
String releasedate = "";
|
String releasedate = "";
|
||||||
if (!this.getString(R.string.app_edition).isEmpty()) {
|
if (!this.getString(R.string.app_edition).isEmpty()) {
|
||||||
|
|
Loading…
Reference in a new issue