Split LabelRepository off the MessageRepository

This commit is contained in:
2017-11-27 22:06:25 +01:00
parent f45f6c3919
commit 760e423b9b
11 changed files with 356 additions and 279 deletions

View File

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