Skip to content

Commit

Permalink
release 1.0.5-1
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Jun 6, 2012
1 parent 80874ee commit 74077b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Overview

[*logback-android*][3] brings the power of *Logback* to Android. [*Logback*][1] is a reliable, generic, fast, and flexible logging library for Java applications.

The current version is **1.0.4-1**.
The current version is **1.0.5-1**.

Download
--------
* [logback-android-1.0.4-1.jar][13] (MD5: `6f09a97432eeb53b5dd70d49825b522c`)
* [logback-android-1.0.5-1.jar][13] (MD5: `c97a5f2b25e148e8142cb670192f61ce`)
* [slf4j-api-1.6.4.jar][14] (MD5: `a134d83e0c12a9611824284c855ffb13`)

Quickstart
Expand Down Expand Up @@ -60,17 +60,17 @@ logback-android is built from [Ant][16], using the Android SDK.
2. Edit `ant.properties`:
* Set `sdk.dir` to the root directory of the Android SDK.
* Set `slf4j.jar` to the path of [SLF4J API library][14].
3. Enter `ant` to begin the build. The JAR is created at `bin/logback-android-1.0.4-1.jar`.
3. Enter `ant` to begin the build. The JAR is created at `bin/logback-android-1.0.5-1.jar`.


[1]: http://logback.qos.ch
[2]: http://logback.qos.ch/reasonsToSwitch.html
[3]: http://tony19.github.com/logback-android
[4]: http://tony19.github.com/logback-android/changelog.html
[7]: http://logback.qos.ch/manual/index.html
[8]: http://tony19.github.com/logback-android/doc/1.0.4-1/
[8]: http://tony19.github.com/logback-android/doc/1.0.5-1/
[9]: mailto:[email protected]
[13]: https://github.com/downloads/tony19/logback-android/logback-android-1.0.4-1.jar
[13]: https://github.com/downloads/tony19/logback-android/logback-android-1.0.5-1.jar
[14]: https://github.com/downloads/tony19/logback-android/slf4j-api-1.6.4.jar
[15]: http://developer.android.com/sdk/index.html
[16]: http://ant.apache.org/

0 comments on commit 74077b6

Please sign in to comment.