fix some lint warnings, use kotlin view imports in ModalTimeLineActivity

This commit is contained in:
Conny Duck 2018-07-23 15:18:33 +02:00
commit 67f4479e86
7 changed files with 10 additions and 28 deletions

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.2.50'
ext.kotlin_version = '1.2.51'
repositories {
jcenter()
google()