From f6b18546bb90cf4dcfb5141007e1f59540b14c37 Mon Sep 17 00:00:00 2001 From: AJ Alt Date: Wed, 18 Apr 2018 12:37:15 -0700 Subject: [PATCH] Release version 1.5.0 - Update to latest Timber version - Allow null Throwables in log functions --- README.md | 6 +++--- gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94b5110..8d076b6 100755 --- a/README.md +++ b/README.md @@ -44,18 +44,18 @@ With the exception of long custom tags, none of the errors those checks look for ## Download The Kotlin extensions for Timber are distributed with [JCenter](https://bintray.com/ajalt/maven/timberkt) and -[JitPack](https://jitpack.io/#ajalt/timberkt/1.4.0). +[JitPack](https://jitpack.io/#ajalt/timberkt/1.5.0). Make sure one either JCenter or JitPack is included in your repository list, then you can add timberkt to your project: ```groovy -implementation 'com.github.ajalt:timberkt:1.4.0' +implementation 'com.github.ajalt:timberkt:1.5.0' ``` ## Documentation -[The documentation is hosted online here](https://jitpack.io/com/github/ajalt/timberkt/1.4.0/javadoc/timberkt/com.github.ajalt.timberkt/index.html). +[The documentation is hosted online here](https://jitpack.io/com/github/ajalt/timberkt/1.5.0/javadoc/timberkt/com.github.ajalt.timberkt/index.html). ## License diff --git a/gradle.properties b/gradle.properties index 54307e2..6ee67f2 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -VERSION_NAME=1.4.0 -VERSION_CODE=5 +VERSION_NAME=1.5.0 +VERSION_CODE=6 GROUP=com.github.ajalt