From b5d3dcc8f270971846ad57a4f3e2e30a7789759f Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 17 Sep 2015 16:50:37 +0200 Subject: update readme for aboutit-meta --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index a44c461..0e2ed0a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ From Maven Central [![](https://img.shields.io/maven-central/v/com.snilius.about compile 'com.snilius.aboutit:aboutit:VERSION@aar' +Optionally one may also add the meta module to get some common library presets for free, like Retrofit, Gson, OkHttp, Glide and some more. +Current version: [![](https://img.shields.io/maven-central/v/com.snilius.aboutit/aboutit-meta.svg)](http://mvnrepository.com/artifact/com.snilius.aboutit/aboutit-meta) + + compile 'com.snilius.aboutit:aboutit-meta:VERSION@aar' + ## Sample A complete sample ```java @@ -13,6 +18,7 @@ new AboutIt(this).app(R.string.app_name) .buildInfo(BuildConfig.DEBUG, BuildConfig.VERSION_CODE, BuildConfig.VERSION_NAME) .copyright("Example Business") .libLicense("AboutIt", "Victor Häggqvist", L.AP2, "https://github.com/victorhaggqvist/aboutit") + .libLicense(new LibTimber()) // requires aboutit-meta module .toTextView(R.id.about_text); ``` -- cgit v1.2.3