Skip to content

Commit

Permalink
feat: upgrade kotlin@1.4.31 (apache#1176)
Browse files Browse the repository at this point in the history
* Update build.gradle

* Update build.gradle
  • Loading branch information
mosabab authored and wedgberto committed May 17, 2022
1 parent 44f18be commit d5e060a
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.3.50'
ext.kotlin_version = '1.4.31'
repositories {
google()
jcenter()
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.3.50'
ext.kotlin_version = '1.4.31'

repositories {
google()
Expand Down

0 comments on commit d5e060a

Please sign in to comment.