From f36c0faccdb70cbeb18513147e8543b2923ec563 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 26 Jul 2018 23:11:20 +0200 Subject: prepare for release 1.2.2 --- README.md | 6 +++--- aboutit-meta/gradle.properties | 2 +- aboutit/gradle.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0e2ed0a..cbbe4a0 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3