From cab9c59c653779b024f72494d8643e52f28753e2 Mon Sep 17 00:00:00 2001 From: Maycon Cardoso Date: Mon, 16 Dec 2019 16:19:47 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10fbad4..1e7dd49 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ This library is designed to make it easier to monitor keyboard changes. So, in o ```groovy // IMPORTANT // These libraries are being uploading to Jcenter. If it is not working try again in a few hours. -implementation com.mctech.library.keyboard:visibilitymonitor -implementation com.mctech.library.keyboard:visibilitymonitor-ktx +implementation 'com.mctech.library.keyboard:visibilitymonitor:1.0.0' +implementation 'com.mctech.library.keyboard:visibilitymonitor-ktx:1.0.0' ``` ## Show me the code :) @@ -58,7 +58,7 @@ override fun onCreate(savedInstanceState: Bundle?) { Kotlin extentions = -Of course, the code above could be better and without that all boilerplate. Just make sure you have implemented the ```com.mctech.library.keyboard:visibilitymonitor-ktx``` on your ```build.gradle``` dependencies block. For more information about all available extentions [click here](https://github.com/MayconCardoso/KeyboardVisibilityMonitor/tree/master/extentions/src/main/java/com/mctech/library/keyboard/visibilitymonitor/extentions) +Of course, the code above could be better and without that all boilerplate. Just make sure you have implemented the ```'com.mctech.library.keyboard:visibilitymonitor-ktx:1.0.0'``` on your ```build.gradle``` dependencies block. For more information about all available extentions [click here](https://github.com/MayconCardoso/KeyboardVisibilityMonitor/tree/master/extentions/src/main/java/com/mctech/library/keyboard/visibilitymonitor/extentions) ```kotlin override fun onCreate(savedInstanceState: Bundle?) {