From b565a33a7b12e892aa81c0587222412050c901cf Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 6 Dec 2017 23:06:27 -0600 Subject: [PATCH 1/2] updated the attrs.xml to be compatible with the Material Stepper library --- library/src/main/res/values/attrs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/src/main/res/values/attrs.xml b/library/src/main/res/values/attrs.xml index 605e5e3..c3ccbdb 100644 --- a/library/src/main/res/values/attrs.xml +++ b/library/src/main/res/values/attrs.xml @@ -3,7 +3,7 @@ - + @@ -26,4 +26,4 @@ - \ No newline at end of file + From 52d4ce48555b73ed01ed36ac8b6adf132cd093cb Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 6 Dec 2017 23:34:01 -0600 Subject: [PATCH 2/2] chore: update gradle plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a6688b0..dcba93d 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.0-beta6' + classpath 'com.android.tools.build:gradle:3.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files