Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MayconCardoso committed Dec 16, 2019
2 parents d22fc8c + cab9c59 commit 05436a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)
Expand Down Expand Up @@ -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?) {
Expand Down

0 comments on commit 05436a9

Please sign in to comment.