Skip to content

Commit 9607d54

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 36bfc70 + 09ff368 commit 9607d54

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ 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 the latest release v2.0.1](https://github.com/lordtao/android-tao-log/releases/tag/v2.0.1)
99

10-
**Just try the Java or Kotlin Demo apps**
10+
**Just try the Java or Kotlin**
11+
[Demo apps](https://github.com/lordtao/android-tao-log/releases/tag/v2.0.1)
1112

1213
![Image of LogDemo](img/log_demo.png)
1314

@@ -105,7 +106,7 @@ logZipper.shareZip(activity)
105106
Add android-tao-log to your project
106107
-----------------------------------
107108
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)
109+
Please ensure that you are using the [latest releases](https://github.com/lordtao/android-tao-log/releases)
109110

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

0 commit comments

Comments
 (0)