aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorpacien2020-12-06 03:17:05 +0100
committerpacien2020-12-06 03:17:05 +0100
commit9c0aa8bd9dc694854b5c4b5eb07ef4d8942709a8 (patch)
tree7e8c66cb0d440bc1e7ece414b16ad435241d9445 /build.gradle
parentd6065aec1955d976c8a57a50c4343e3d93a7e5f5 (diff)
downloadtincapp-9c0aa8bd9dc694854b5c4b5eb07ef4d8942709a8.tar.gz
project: update to kotlin 1.4.20 and fix new warnings
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 4706d96..91c8152 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.61' 22 ext.kotlin_version = '1.4.20'
23 23
24 repositories { 24 repositories {
25 jcenter() 25 jcenter()