Skip to content

Commit

Permalink
Upgrade Kotlin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanwong committed Jun 13, 2021
1 parent 2df36cb commit b98f685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,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.5.0'
repositories {
google()
jcenter()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,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.5.0'
repositories {
google()
jcenter()
Expand Down

0 comments on commit b98f685

Please sign in to comment.