diff options
author | Victor Häggqvist <[email protected]> | 2018-07-26 23:11:20 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2018-07-26 23:11:20 +0200 |
commit | f36c0faccdb70cbeb18513147e8543b2923ec563 (patch) | |
tree | df5017e2cc0b39b1878495031ed46574b17c6baa | |
parent | 67896e4dd66b362b863eb724ec0a8e08fb5ccf41 (diff) |
prepare for release 1.2.2v1.2.2
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | aboutit-meta/gradle.properties | 2 | ||||
-rw-r--r-- | aboutit/gradle.properties | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -4,12 +4,12 @@ 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) - compile 'com.snilius.aboutit:aboutit:VERSION@aar' + 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) - compile 'com.snilius.aboutit:aboutit-meta:VERSION@aar' + implementation 'com.snilius.aboutit:aboutit-meta:1.0.1' ## Sample A complete sample @@ -39,7 +39,7 @@ The code for these samples are all in the sample app [here](aboutit-sample/src/m ## License - Copyright 2014-2015 Victor Häggqvist + Copyright 2014-2018 Victor Häggqvist Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aboutit-meta/gradle.properties b/aboutit-meta/gradle.properties index 8bba6d2..9c2b973 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.0-SNAPSHOT
\ No newline at end of file +VERSION_NAME=1.0.1
\ No newline at end of file diff --git a/aboutit/gradle.properties b/aboutit/gradle.properties index 676bc4a..7c741af 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-SNAPSHOT
\ No newline at end of file +VERSION_NAME=1.2.2
\ No newline at end of file |