aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorpacien2018-09-25 22:31:55 +0200
committerpacien2018-09-25 22:31:55 +0200
commit5f1d871e136b979278399c811ae7e3e0872a277f (patch)
tree79b96b1df58b19886b700c836343d6d54fd765b5 /build.gradle
parent31b4195cda40f1c35eb89d84c70f6d67ed2e6bd8 (diff)
downloadtincapp-5f1d871e136b979278399c811ae7e3e0872a277f.tar.gz
Update Gradle and Kotlin plugin
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 763763e..ae748eb 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.2.61' 22 ext.kotlin_version = '1.2.71'
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.1.4' 30 classpath 'com.android.tools.build:gradle:3.2.0'
31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
32 classpath 'com.github.triplet.gradle:play-publisher:1.2.2' 32 classpath 'com.github.triplet.gradle:play-publisher:1.2.2'
33 33