Skip to content

Commit 97681b7

Browse files
authored
Update README.md
1 parent 801fb76 commit 97681b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tiny, lightweight, informative and very useful logger for Android.
55
You don't need to define TAG. It is automatically generated and include file name, method, line number and of of course the link to the code.
66
Also contains the LongLog class which allows you to print a long messages into the LogCat without limiting the standard output length to less than ~ 4075.
77

8-
Download latest release v2.0.1 : [ ![Download](https://github.com/lordtao/android-tao-log/releases/tag/v2.1.0) ](https://github.com/lordtao/android-tao-log/releases/tag/v2.1.0)
8+
Download latest release v2.0.1 : [Download](https://github.com/lordtao/android-tao-log/releases/tag/v2.0.1)
99

1010
**Just try the Java or Kotlin Demo apps**
1111

@@ -105,7 +105,7 @@ logZipper.shareZip(activity)
105105
Add android-tao-log to your project
106106
-----------------------------------
107107
Android tao log lib is available for direct download (unfortunately Bintray has been deprecated ).
108-
Please ensure that you are using the latest versions [ ![Download](https://github.com/lordtao/android-tao-log/releases) ](https://github.com/lordtao/android-tao-log/releases)
108+
Please ensure that you are using the [latest releases](https://github.com/lordtao/android-tao-log/releases)
109109

110110
Put downloaded taolog-*.aar file in to the 'lib' directory in your app module and add Gradle dependency:
111111

0 commit comments

Comments
 (0)