Refine build.gradle

This commit is contained in:
Mygod
2019-02-17 12:29:58 +08:00
parent 97811928a7
commit 33b964c99e
2 changed files with 3 additions and 5 deletions

View File

@@ -3,11 +3,7 @@
apply plugin: 'com.github.ben-manes.versions'
buildscript {
ext {
kotlinVersion = '1.3.21'
lifecycleVersion = '2.0.0'
roomVersion = '2.1.0-alpha04'
}
ext.kotlinVersion = '1.3.21'
repositories {
google()
jcenter()