updating kotlin and gradle
This commit is contained in:
parent
ca7bef39c6
commit
f71e963b93
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ buildscript {
|
|||
propMinSdkVersion = 21
|
||||
propTargetSdkVersion = propCompileSdkVersion
|
||||
propVersionCode = 1
|
||||
propVersionName = '5.32.0'
|
||||
kotlin_version = '1.4.10'
|
||||
propVersionName = '5.32.1'
|
||||
kotlin_version = '1.4.20'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@ -16,7 +16,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.1.0'
|
||||
classpath 'com.android.tools.build:gradle:4.1.1'
|
||||
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
|
||||
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
|
Loading…
Reference in a new issue