Fix lint and incorrect lifecycle owner

This commit is contained in:
Mygod
2020-06-11 03:51:12 +08:00
parent b9994bda9e
commit b20e3ab4a7
11 changed files with 34 additions and 23 deletions

View File

@@ -1,3 +1,7 @@
plugins {
id("com.github.ben-manes.versions") version "0.28.0"
}
buildscript {
val kotlinVersion = "1.3.72"
extra.set("kotlinVersion", kotlinVersion)