From 229109f228b5a52e8bd5f3f23b1c9177507fb689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iva=CC=81n=20A=CC=81lvarez=20Pereira?= Date: Tue, 8 Jan 2019 19:40:33 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"=C2=B7=20Add=20support=20for=20blueto?= =?UTF-8?q?oth=20devices"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a5a72e10e427232a25ff49123a9189c51c72e742. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9c20339d..d26434d3 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.android.tools.build:gradle:3.2.0-rc03' // https://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/en // https://www.theguardian.com/technology/developer-blog/2016/dec/06/how-to-publish-an-android-library-a-mysterious-conversation classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'