Skip to content

Commit

Permalink
chore(android): update kotlin language support to 1.5.0
Browse files Browse the repository at this point in the history
Fixes TIMOB-28457
  • Loading branch information
jquick-axway authored and ewanharris committed May 28, 2021
1 parent 8afbb23 commit d360bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

buildscript {
ext.kotlin_version = '1.4.30'
ext.kotlin_version = '1.5.0'

repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion android/templates/build/root.build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

buildscript {
ext.kotlin_version = '1.4.30'
ext.kotlin_version = '1.5.0'

repositories {
google()
Expand Down

0 comments on commit d360bd8

Please sign in to comment.