Skip to content

Commit

Permalink
feat!: upgrade kotlin@1.4.32 (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabab committed Apr 14, 2021
1 parent 9c3195c commit 676f98d
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 676f98d

Please sign in to comment.