Update kotlin version to 1.3.50.

This commit is contained in:
Severiano Jaramillo 2019-08-23 11:52:38 -05:00
parent 1abbe95083
commit 3841f53b14

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"
}