Skip to content

Commit

Permalink
upgrade kotlin plugin and gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Apr 21, 2022
1 parent dcada33 commit 96b66b0
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 @@ -6,8 +6,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
classpath 'com.android.tools.build:gradle:7.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
}
}

Expand Down

0 comments on commit 96b66b0

Please sign in to comment.