Skip to content

Commit

Permalink
feat!: upgrade kotlin@1.4.32 (apache#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabab authored and wedgberto committed May 17, 2022
1 parent 0d11ec6 commit 7e32a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/templates/project/build.gradle
Expand Up @@ -19,7 +19,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.4.31'
ext.kotlin_version = '1.4.32'
apply from: 'repositories.gradle'
repositories repos
dependencies {
Expand Down
2 changes: 1 addition & 1 deletion test/android/build.gradle
Expand Up @@ -19,7 +19,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.4.31'
ext.kotlin_version = '1.4.32'

repositories {
google()
Expand Down

0 comments on commit 7e32a38

Please sign in to comment.