Fixed bugg where message was still marked as unread after returning from detail screen

+ bumped kotlin to version 1.1.60
This commit is contained in:
2017-11-21 20:12:31 +01:00
parent c7dbe660b9
commit 49d87c3c75
4 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.1.51'
ext.kotlin_version = '1.1.60'
ext.anko_version = '0.10.2'
repositories {
jcenter()