diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index ae748eb..0d036db 100644 --- a/build.gradle +++ b/build.gradle | |||
@@ -29,7 +29,7 @@ buildscript { | |||
29 | dependencies { | 29 | dependencies { |
30 | classpath 'com.android.tools.build:gradle:3.2.0' | 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:2.0.0-beta1") |
33 | 33 | ||
34 | // NOTE: Do not place your application dependencies here; they belong | 34 | // NOTE: Do not place your application dependencies here; they belong |
35 | // in the individual module build.gradle files | 35 | // in the individual module build.gradle files |