Update gradle, room and material libraries

This commit is contained in:
2019-12-24 12:07:31 +01:00
committed by Matte23
parent b28bbe8c05
commit bd6db8e124
2 changed files with 6 additions and 6 deletions

View File

@@ -1,14 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.3.61'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.5'
// NOTE: Do not place your application dependencies here; they belong