aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-29 18:06:56 -0400
committerAllan Wang <me@allanwang.ca>2017-08-30 12:24:19 -0400
commit33977d96c6d19a0696dcc08423baba925b219fc3 (patch)
tree752c432c30296e2780f0c9377960fbbdcff092c9 /build.gradle
parent275db52ea976c86569fb4daf230a59a6f2606899 (diff)
downloadkau-33977d96c6d19a0696dcc08423baba925b219fc3.tar.gz
kau-33977d96c6d19a0696dcc08423baba925b219fc3.tar.bz2
kau-33977d96c6d19a0696dcc08423baba925b219fc3.zip
Feature/gradle 4.x (#47)
* Update to api and implementation * Update gradle * Add missing dependency * Update readme * Update external dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 4 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index 74fb18d..19f3436 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,15 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
-// google()
-// maven { url "https://maven.google.com" }
+ google()
jcenter()
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.3.3'
+ classpath 'com.android.tools.build:gradle:3.0.0-beta3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN}"
- classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.github.triplet.gradle:play-publisher:1.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -52,8 +51,7 @@ task generateChangelogMd {
subprojects {
repositories {
-// google()
- maven { url "https://maven.google.com" }
+ google()
jcenter()
maven { url "https://jitpack.io" }
}