From 33977d96c6d19a0696dcc08423baba925b219fc3 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 29 Aug 2017 18:06:56 -0400 Subject: Feature/gradle 4.x (#47) * Update to api and implementation * Update gradle * Add missing dependency * Update readme * Update external dependencies --- build.gradle | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'build.gradle') 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" } } -- cgit v1.2.3