Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Sep 16, 2018
1 parent 4048ceb commit 79e3dad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 3 additions & 1 deletion sample/src/main/res/menu/menu_cab.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="AppCompatResource">

<item
android:id="@+id/share"
Expand Down

0 comments on commit 79e3dad

Please sign in to comment.