Skip to content

Commit

Permalink
Update kotlin to 1.5.21 && AGP o 7.0.2 (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma authored Sep 3, 2021
1 parent a9d5be8 commit c9612dd
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 @@ -5,8 +5,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"
classpath 'com.android.tools.build:gradle:7.0.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
classpath "io.github.gradle-nexus:publish-plugin:1.1.0"
classpath("io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.22.0")
}
Expand Down

0 comments on commit c9612dd

Please sign in to comment.