Skip to content

Commit

Permalink
📚 Update README for 1.1.1-13
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Sep 5, 2018
1 parent 6cbf071 commit c62c653
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
<sup>v1.1.1-12</sup>
# 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)
<sup>v1.1.1-13</sup>

Overview
--------
Expand All @@ -12,7 +12,7 @@ Overview
* syslog
* email

Runs on Android 2.3 (SDK 9) or higher. See [Wiki][4] for documentation.
Runs on Android 2.1 or higher. See [Wiki][4] for documentation.

Quick Start
-----------
Expand All @@ -22,7 +22,7 @@ Quick Start
```groovy
dependencies {
compile 'org.slf4j:slf4j-api:1.7.25'
compile 'com.github.tony19:logback-android:1.1.1-12'
compile 'com.github.tony19:logback-android:1.1.1-13'
}
```
Expand Down Expand Up @@ -75,7 +75,7 @@ _Gradle_ **release**
```groovy
dependencies {
compile 'org.slf4j:slf4j-api:1.7.25'
compile 'com.github.tony19:logback-android:1.1.1-12'
compile 'com.github.tony19:logback-android:1.1.1-13'
}
```

Expand All @@ -88,7 +88,7 @@ repositories {
dependencies {
compile 'org.slf4j:slf4j-api:1.7.25'
compile 'com.github.tony19:logback-android:1.1.1-13-SNAPSHOT'
compile 'com.github.tony19:logback-android:1.1.1-14-SNAPSHOT'
}
```

Expand All @@ -100,9 +100,9 @@ Use these commands to create the AAR:
cd logback-android
scripts/makejar.sh

The file is output to: `./build/logback-android-1.1.1-12-debug.aar`
The file is output to: `./build/logback-android-1.1.1-13-debug.aar`

[1]: http://logback.qos.ch
[2]: http://tony19.github.com/logback-android
[3]: http://developer.android.com/sdk/index.html
[4]: https://github.com/tony19/logback-android/wiki
[4]: https://github.com/tony19/logback-android/wiki

0 comments on commit c62c653

Please sign in to comment.