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

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