Create KeyboardUtils

This commit is contained in:
agnostic-apollo
2021-05-09 21:08:54 +05:00
parent 116b9b42d8
commit 4ecea144bb
3 changed files with 121 additions and 75 deletions

View File

@@ -6,6 +6,7 @@ android {
dependencies {
implementation "androidx.annotation:annotation:1.2.0"
implementation "androidx.core:core:1.5.0-rc01"
implementation "com.google.guava:guava:24.1-jre"
implementation "io.noties.markwon:core:$markwonVersion"
implementation "io.noties.markwon:ext-strikethrough:$markwonVersion"