~singpolyma/cheogram-android

d8c13276580bcae65f0ffe473c2646cdc5670a1c — Daniel Gultsch 4 years ago d737ea2
update gradle plugin and support library
1 files changed, 2 insertions(+), 2 deletions(-)

M build.gradle
M build.gradle => build.gradle +2 -2
@@ 6,7 6,7 @@ buildscript {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.1.4'
        classpath 'com.android.tools.build:gradle:3.2.0'
    }
}



@@ 25,7 25,7 @@ configurations {
}

ext {
    supportLibVersion = '27.1.1'
    supportLibVersion = '28.0.0'
}

dependencies {