Update kotlin version to 1.3.50.

master
Severiano Jaramillo 2019-08-23 11:52:38 -05:00
parent 1abbe95083
commit 3841f53b14
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
buildscript {
ext {
kotlin_version = '1.3.41'
kotlin_version = '1.3.50'
nav_version = '2.0.0'
version_coroutine = "1.1.0"
}