This commit is contained in:
pilotofsparrow 2018-11-06 19:26:21 +03:00
parent 35d285f320
commit a3c2a82b6b
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.2.71'
ext.kotlin_version = '1.3.0'
repositories {
google()
jcenter()
@ -26,7 +26,7 @@ task clean(type: Delete) {
ext {
versions = [
compileSdk : 28,
androidx : '1.0.0',
androidx : '1.0.1',
material : '1.0.0',
lifecycle : '2.0.0',
dagger : '2.17',