From 2a99354cf54f82a06a8936a7b05ee3b02cab3d67 Mon Sep 17 00:00:00 2001 From: Michael Mee Date: Fri, 14 Apr 2017 10:10:57 -0700 Subject: [PATCH] Release 1.1.0 Adds support for a link to a help file in the app. Updates to the latest Material About Box, which adds theme support --- README.md | 4 +++- library/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 275ae6c..4dc387a 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,12 @@ A modern About Box for an Android App built on the [daniel-stoneuk/material-abou ## About -Android About Box is configured with a set of (mostly) strings for the company name, twitter and Facebook accounts, website, and filenames to html files for help files, privacy policy etc. +Android About Box is configured with a set of (mostly) strings for the company name, twitter and Facebook accounts, website, and filenames to html files for help files, privacy policy etc. When triggered from a menu item, it will display the app name, icon and version, provide links to contact support, leave a review, share the app, go to other apps by the same company in the app store -- as well as links to Facebook etc. +As of version 1.1.0, you can also optionally provide a help file with the `aboutConfig.guideHtmlPath` setting. Leave it unset (null or empty string) and the behaviour is compatible with version 1.0.x. + ## Installation Instructions Add the JitPack.io repository to your root `build.gradle`: diff --git a/library/build.gradle b/library/build.gradle index 0cc4ab4..aeb3fb9 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -11,8 +11,8 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 24 - versionCode 3 - versionName "1.0.2" + versionCode 4 + versionName "1.1.0" } buildTypes { release {