File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version NEXT
5
+ -------------
6
+
7
+ _ 20XX-XX-XX_
8
+
9
+ * Project restructured to support KMP
10
+ * New API: ` Logcat.observer ` which allows tracing / measuring how long logging takes.
11
+
4
12
Version 0.2.3
5
13
-------------
6
14
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:
23
23
24
24
``` gradle
25
25
dependencies {
26
- implementation 'com.squareup.logcat:logcat:0.2. 3'
26
+ implementation 'com.squareup.logcat:logcat:0.3'
27
27
}
28
28
```
29
29
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
6
6
systemProp.org.gradle.internal.publish.checksums.insecure =true
7
7
8
8
GROUP =com.squareup.logcat
9
- VERSION_NAME =0.3-SNAPSHOT
9
+ VERSION_NAME =0.3
10
10
11
11
POM_DESCRIPTION =A tiny Kotlin API for cheap logging on top of Android's normal Log class.
12
12
You can’t perform that action at this time.
0 commit comments