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