From 51436de0b89d26f55693b3fb34f22a55d6e2ff86 Mon Sep 17 00:00:00 2001 From: Tony Trinh Date: Thu, 6 Dec 2018 03:13:47 -0600 Subject: [PATCH] :books: Update README for 1.3.0-3 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 95d757603d..32520a2f4c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # logback-android [![CircleCI branch](https://img.shields.io/circleci/project/github/tony19/logback-android/master.svg)](https://circleci.com/gh/tony19/logback-android) [![Codacy Badge](https://api.codacy.com/project/badge/grade/c1d818d1911440e3b6d685c20a425856)](https://www.codacy.com/app/tony19/logback-android) -v1.3.0-2 +v1.3.0-3 Overview -------- @@ -22,7 +22,7 @@ Quick Start ```groovy dependencies { compile 'org.slf4j:slf4j-api:1.7.25' - compile 'com.github.tony19:logback-android:1.3.0-2' + compile 'com.github.tony19:logback-android:1.3.0-3' } ``` @@ -75,7 +75,7 @@ _Gradle_ **release** ```groovy dependencies { compile 'org.slf4j:slf4j-api:1.7.25' - compile 'com.github.tony19:logback-android:1.3.0-2' + compile 'com.github.tony19:logback-android:1.3.0-3' } ``` @@ -88,7 +88,7 @@ repositories { dependencies { compile 'org.slf4j:slf4j-api:1.7.25' - compile 'com.github.tony19:logback-android:1.3.0-3-SNAPSHOT' + compile 'com.github.tony19:logback-android:1.3.0-4-SNAPSHOT' } ``` @@ -100,7 +100,7 @@ Use these commands to create the AAR: cd logback-android scripts/makejar.sh -The file is output to: `./build/logback-android-1.3.0-2-debug.aar` +The file is output to: `./build/logback-android-1.3.0-3-debug.aar` [1]: http://logback.qos.ch [2]: http://tony19.github.com/logback-android