update agp and kotlin

apg 4.1.3 -> 4.2.0
kotlin 1.4.32 -> 1.5.0
This commit is contained in:
2021-05-09 19:32:31 +02:00
parent 8160641b8f
commit be591a961a
3 changed files with 7 additions and 7 deletions

View File

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