File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Next version
66
77_ 20XX-XX-XX_
88
9+
10+ Version 0.4
11+ -------------
12+
13+ _ 2025-07-29_
14+
915* ` isLoggable ` now takes a priority and a tag, which allows skipping logging based on tags.
1016
1117
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add the `logcat` dependency to your library or app's `build.gradle` file:
2323
2424``` gradle
2525dependencies {
26- implementation 'com.squareup.logcat:logcat:0.3 '
26+ implementation 'com.squareup.logcat:logcat:0.4 '
2727}
2828```
2929
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
66systemProp.org.gradle.internal.publish.checksums.insecure =true
77
88GROUP =com.squareup.logcat
9- VERSION_NAME =0.4-SNAPSHOT
9+ VERSION_NAME =0.4
1010
1111POM_DESCRIPTION =A tiny Kotlin API for cheap logging on top of Android's normal Log class.
1212
You can’t perform that action at this time.
0 commit comments