From 921248e21f08db2f60172608d475130aea9ee1ce Mon Sep 17 00:00:00 2001 From: Sougata Chatterjee <52221185+sougata-chatterjee@users.noreply.github.com> Date: Wed, 26 Jun 2019 17:49:01 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ca90ca..348a865 100644 --- a/README.md +++ b/README.md @@ -165,10 +165,10 @@ Labels shadow preferences depends on their corresponding **FloatingActionButtons For more usage examples check the **sample** project. # Changelog -Please see the [Changelog](https://github.com/Clans/FloatingActionButton/wiki/Changelog) page to see what's recently changed. +Please see the [Changelog](https://github.com/sougata-chatterjee/FloatingActionButton/wiki/Change-Log) page to see what's recently changed. # Credits -I used [android-floating-action-button](https://github.com/futuresimple/android-floating-action-button) library by Jerzy Chalupski as a base for development. +I used [Clans FAB Library](https://github.com/Clans/FloatingActionButton) and am currently maintaining it. # License ``` From 331fceaa0a4823b6cabd3225c9cff27fb2dbf535 Mon Sep 17 00:00:00 2001 From: Miro Date: Fri, 5 Jul 2019 06:06:22 +0200 Subject: [PATCH 2/2] Update README.md You should use implementation instead of compile. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 348a865..3a5da64 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Sample APK can be found in **[Releases](https://github.com/Clans/FloatingActionB Add a dependency to your `build.gradle`: ``` dependencies { - compile 'com.github.clans:fab:1.6.4' + implementation 'com.github.clans:fab:1.6.4' } ``` Add the `com.github.clans.fab.FloatingActionButton` to your layout XML file.