aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2018-07-26 23:32:11 +0200
committerVictor Häggqvist <[email protected]>2018-07-26 23:32:11 +0200
commitd329b0bbfaab27e0ef9d925c4902c1f7f7d19ea5 (patch)
treedc550e0e237b10c6aa994760d13df0b03923ff08 /README.md
parentf36c0faccdb70cbeb18513147e8543b2923ec563 (diff)
prepare next development version
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index cbbe4a0..e027dfe 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,16 @@
A About-page creator
## Install
-From Maven Central [![](https://img.shields.io/maven-central/v/com.snilius.aboutit/aboutit.svg)](http://mvnrepository.com/artifact/com.snilius.aboutit/aboutit)
- implementation 'com.snilius.aboutit:aboutit:1.2.2'
+ dependencies {
+ implementation 'com.snilius.aboutit:aboutit:1.2.2'
+ }
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)
- implementation 'com.snilius.aboutit:aboutit-meta:1.0.1'
+ dependencies {
+ implementation 'com.snilius.aboutit:aboutit-meta:1.0.1'
+ }
## Sample
A complete sample