From 79e3dade754b0b7c2c509cd82abec0601ce01eae Mon Sep 17 00:00:00 2001 From: Aidan Follestad Date: Sun, 16 Sep 2018 13:04:18 -0700 Subject: [PATCH] Version 1.1.0 --- README.md | 2 +- dependencies.gradle | 4 ++-- sample/src/main/res/menu/menu_cab.xml | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d9d897..4205111 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add Material CAB to your module's `build.gradle` dependencies block: ```Gradle dependencies { - implementation 'com.afollestad:material-cab:1.0.1' + implementation 'com.afollestad:material-cab:1.1.0' } ``` diff --git a/dependencies.gradle b/dependencies.gradle index 7d96e1e..c4370fa 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,8 +2,8 @@ ext.versions = [ minSdk : 14, compileSdk : 28, buildTools : '28.0.2', - publishVersion : '1.0.1', - publishVersionCode: 7, + publishVersion : '1.1.0', + publishVersionCode: 8, gradlePlugin : '3.1.4', kotlin : '1.2.70', diff --git a/sample/src/main/res/menu/menu_cab.xml b/sample/src/main/res/menu/menu_cab.xml index 839783b..b5ca2b3 100644 --- a/sample/src/main/res/menu/menu_cab.xml +++ b/sample/src/main/res/menu/menu_cab.xml @@ -1,6 +1,8 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + tools:ignore="AppCompatResource">