aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index ba1ef5b..1e1bf83 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.20' 22 ext.kotlin_version = '1.3.21'
23 23
24 repositories { 24 repositories {
25 jcenter() 25 jcenter()
@@ -27,9 +27,8 @@ buildscript {
27 } 27 }
28 28
29 dependencies { 29 dependencies {
30 classpath 'com.android.tools.build:gradle:3.3.1' 30 classpath 'com.android.tools.build:gradle:3.3.2'
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:2.0.0-beta1")
33 32
34 // NOTE: Do not place your application dependencies here; they belong 33 // NOTE: Do not place your application dependencies here; they belong
35 // in the individual module build.gradle files 34 // in the individual module build.gradle files