Skip to content

Commit

Permalink
feat(android): update kotlin language support to 1.4.0
Browse files Browse the repository at this point in the history
Fixes TIMOB-28102
  • Loading branch information
jquick-axway authored and sgtcoolguy committed Oct 9, 2020
1 parent ba90729 commit 5dc0872
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
Expand Up @@ -6,7 +6,7 @@
*/

buildscript {
ext.kotlin_version = '1.3.72'
ext.kotlin_version = '1.4.0'

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

buildscript {
ext.kotlin_version = '1.3.72'
ext.kotlin_version = '1.4.0'

repositories {
google()
Expand Down

0 comments on commit 5dc0872

Please sign in to comment.