From 1a1f1c2cc947c63c0b1b07a1705cb6023fda6050 Mon Sep 17 00:00:00 2001 From: Ray Li Date: Thu, 8 Mar 2018 09:37:32 -0600 Subject: [PATCH] Update Build Tools v27.0.3 *Update Build Tools to v27.0.3. *Update Dependencies to v27.1.0. --- app/build.gradle | 10 +++++----- customalert/build.gradle | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4e3dede..cbc5ed5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 27 - buildToolsVersion "27.0.2" + buildToolsVersion "27.0.3" defaultConfig { applicationId "stream.customalertsample" minSdkVersion 15 @@ -26,9 +26,9 @@ dependencies { } implementation fileTree(include: ['*.jar'], dir: 'libs') implementation project(':customalert') - implementation 'com.github.searchy2:CustomButton:1.6' + implementation 'com.github.searchy2:CustomButton:1.7' - implementation 'com.android.support:appcompat-v7:27.0.2' - implementation 'com.android.support:design:27.0.2' - implementation 'com.android.support:cardview-v7:27.0.2' + implementation 'com.android.support:appcompat-v7:27.1.0' + implementation 'com.android.support:design:27.1.0' + implementation 'com.android.support:cardview-v7:27.1.0' } \ No newline at end of file diff --git a/customalert/build.gradle b/customalert/build.gradle index 3566f62..ce11044 100644 --- a/customalert/build.gradle +++ b/customalert/build.gradle @@ -2,11 +2,11 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' group='com.github.searchy2' -version = '2.2' +version = '2.3' android { compileSdkVersion 27 - buildToolsVersion "27.0.2" + buildToolsVersion "27.0.3" defaultConfig { minSdkVersion 15 @@ -26,7 +26,7 @@ dependencies { maven { url "https://maven.google.com" } } implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.android.support:design:27.0.2' + implementation 'com.android.support:design:27.1.0' implementation 'com.github.Dimezis:BlurView:v1.4.0-SNAPSHOT' }