Skip to content

Commit 0b13996

Browse files
committed
Merge branch 'master' into dev
# Conflicts: # README.md # log/src/main/java/ua/at/tsvetkov/util/Format.java # log/src/main/java/ua/at/tsvetkov/util/LongLog.java # logdemo/src/main/java/ua/at/tsvetkov/demo/MainActivity.java
2 parents 427add0 + ce637a7 commit 0b13996

File tree

8 files changed

+2490
-2337
lines changed

8 files changed

+2490
-2337
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ add to your dependencies in build.gradle
110110

111111
Changelog
112112
---------
113+
#### 1.4.10 -- Fixed throwable doubles info
114+
* Fixed throwable doubles info
115+
113116
#### 1.4.9 -- Fix class name for activity component logging
114117
* Fix class name for activity component logging
115118

log/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
def versionMajor = 1
44
def versionMinor = 4
5-
def versionPatch = 9
5+
def versionPatch = 10
66

77
version = "${versionMajor}.${versionMinor}.${versionPatch}"
88

0 commit comments

Comments
 (0)