From a1f602fb2b37d3ea46338e51a92e6682be26b69f Mon Sep 17 00:00:00 2001 From: Raghav Satyadev Date: Mon, 16 Nov 2020 13:30:20 +0530 Subject: [PATCH] Updated readme file to change dependency link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32abf9f..daad620 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Simple library for adding a floating bubble in your application! ## Installation ```java -compile 'com.github.bijoysingh.floating-bubble:3.0.0' +implementation 'com.github.bijoysingh:floating-bubble:3.0.0' // compile 'com.github.bijoysingh.floating-bubble:2.0.0' for Android Support v27 // compile 'com.github.bijoysingh.floating-bubble:1.2.0' for Android Support v26 @@ -115,4 +115,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -``` \ No newline at end of file +```