aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorpacien2019-06-13 17:57:58 +0200
committerpacien2019-06-13 17:57:58 +0200
commitf01c0adf439242d21db7d3c4971eea3456300eb1 (patch)
treeb327aa55d70a3ac6d1639e25dba9e172479c0acd /build.gradle
parentc45e22aa7ef30ac31f5ffdadc6f6de7396c21315 (diff)
downloadtincapp-f01c0adf439242d21db7d3c4971eea3456300eb1.tar.gz
update dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index e580357..e6685ce 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.21' 22 ext.kotlin_version = '1.3.31'
23 23
24 repositories { 24 repositories {
25 jcenter() 25 jcenter()
@@ -27,7 +27,7 @@ buildscript {
27 } 27 }
28 28
29 dependencies { 29 dependencies {
30 classpath 'com.android.tools.build:gradle:3.4.0' 30 classpath 'com.android.tools.build:gradle:3.4.1'
31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
32 32
33 // NOTE: Do not place your application dependencies here; they belong 33 // NOTE: Do not place your application dependencies here; they belong