-
-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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/ |