aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--aboutit-meta/gradle.properties2
-rw-r--r--aboutit/gradle.properties2
3 files changed, 8 insertions, 6 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
diff --git a/aboutit-meta/gradle.properties b/aboutit-meta/gradle.properties
index 9c2b973..334f0b1 100644
--- a/aboutit-meta/gradle.properties
+++ b/aboutit-meta/gradle.properties
@@ -1,4 +1,4 @@
POM_ARTIFACT_ID=aboutit-meta
POM_NAME=AboutIt Meta
POM_PACKAGING=aar
-VERSION_NAME=1.0.1 \ No newline at end of file
+VERSION_NAME=1.0.2-SNAPSHOT \ No newline at end of file
diff --git a/aboutit/gradle.properties b/aboutit/gradle.properties
index 7c741af..a9d863d 100644
--- a/aboutit/gradle.properties
+++ b/aboutit/gradle.properties
@@ -1,4 +1,4 @@
POM_ARTIFACT_ID=aboutit
POM_NAME=AboutIt
POM_PACKAGING=aar
-VERSION_NAME=1.2.2 \ No newline at end of file
+VERSION_NAME=1.2.3-SNAPSHOT \ No newline at end of file