diff --git a/README.md b/README.md index e8f2327c77..5c3f12eae9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # logback-android [![CircleCI branch](https://img.shields.io/circleci/project/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.1.1-9 +v1.1.1-10 Overview -------- @@ -21,8 +21,8 @@ Quick Start ```groovy dependencies { - compile 'org.slf4j:slf4j-api:1.7.21' - compile 'com.github.tony19:logback-android:1.1.1-9' + compile 'org.slf4j:slf4j-api:1.7.25' + compile 'com.github.tony19:logback-android:1.1.1-10' } ``` @@ -74,8 +74,8 @@ _Gradle_ **release** ```groovy dependencies { - compile 'org.slf4j:slf4j-api:1.7.21' - compile 'com.github.tony19:logback-android:1.1.1-9' + compile 'org.slf4j:slf4j-api:1.7.25' + compile 'com.github.tony19:logback-android:1.1.1-10' } ``` @@ -87,8 +87,8 @@ repositories { } dependencies { - compile 'org.slf4j:slf4j-api:1.7.21' - compile 'com.github.tony19:logback-android:1.1.1-10-SNAPSHOT' + compile 'org.slf4j:slf4j-api:1.7.25' + compile 'com.github.tony19:logback-android:1.1.1-11-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.1.1-9-debug.aar` +The file is output to: `./build/logback-android-1.1.1-10-debug.aar` [1]: http://logback.qos.ch [2]: http://tony19.github.com/logback-android