From 6b136210a1d20a9182a6c8c8f7c51edc43cd487a Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 28 Oct 2018 21:31:09 +0100 Subject: [PATCH] bump android gradle plugin and build tools version --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 71251a875..ef18ee942 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ android { targetCompatibility JavaVersion.VERSION_1_7 } compileSdkVersion 27 - buildToolsVersion "28.0.2" + buildToolsVersion '28.0.3' defaultConfig { applicationId "nodomain.freeyourgadget.gadgetbridge" diff --git a/build.gradle b/build.gradle index e1aec6bd7..6b7dab00b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0' + classpath 'com.android.tools.build:gradle:3.2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files