Skip to content

Commit

Permalink
Updated kotlin and gradle plugins (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrbrook authored Apr 11, 2021
1 parent a156a69 commit ae20a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply from: 'dependencies.gradle'
apply from: 'checkstyle.gradle'

buildscript {
ext.kotlinVersion = '1.4.21'
ext.kotlinVersion = '1.4.32'
repositories {
maven {
url "https://plugins.gradle.org/m2/"
Expand All @@ -12,7 +12,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0'
classpath 'gradle.plugin.org.codehaus.groovy:groovy-android-gradle-plugin:3.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
Expand Down

0 comments on commit ae20a4c

Please sign in to comment.