1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-25 02:37:11 -07:00

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
This commit is contained in:
Michael Mee 2017-04-14 10:10:57 -07:00
parent 835064e73c
commit 2a99354cf5
2 changed files with 5 additions and 3 deletions

View file

@ -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`:

View file

@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 24
versionCode 3
versionName "1.0.2"
versionCode 4
versionName "1.1.0"
}
buildTypes {
release {