aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2019-09-14 06:33:12 +0200
committerpacien2019-09-14 06:33:12 +0200
commit6e32d202f1232dcf11561ce4e45d158a3a2ee8fe (patch)
treec7a2d699b2a14b7c30f39194b4ff5e121837217e
parent2b7f5661452533044cf2be13a457230b92396513 (diff)
downloadtincapp-6e32d202f1232dcf11561ce4e45d158a3a2ee8fe.tar.gz
update kotlin
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e6685ce..53a9397 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@
19// Top-level build file where you can add configuration options common to all sub-projects/modules. 19// Top-level build file where you can add configuration options common to all sub-projects/modules.
20 20
21buildscript { 21buildscript {
22 ext.kotlin_version = '1.3.31' 22 ext.kotlin_version = '1.3.50'
23 23
24 repositories { 24 repositories {
25 jcenter() 25 jcenter()