Gradle upgrade

This commit is contained in:
Juha Heinanen
2021-05-16 10:28:33 +03:00
parent 1d63f4af50
commit 1177618d42
2 changed files with 4 additions and 8 deletions

View File

@ -1,10 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.4.20'
ext.kotlin_version = '1.5.0'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
@ -17,7 +17,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}