From 8642f0103d4beba83f99c9017ca859c2d2a2f275 Mon Sep 17 00:00:00 2001 From: Muhammad Faisal Amir Date: Fri, 19 May 2023 16:49:54 +0700 Subject: [PATCH] update: ready for publish Co-authored-by: frogoboxbot --- README.md | 237 +++++++++++++++++- buildSrc/src/main/kotlin/LibrarySetting.kt | 29 +++ frogo-keyboard/build.gradle.kts | 40 +++ .../common/core/BaseKeyboardIME.kt | 40 +-- .../libkeyboard/common/core/IKeyboardIME.kt | 61 +++++ 5 files changed, 383 insertions(+), 24 deletions(-) create mode 100644 buildSrc/src/main/kotlin/LibrarySetting.kt create mode 100644 frogo-keyboard/src/main/java/com/frogobox/libkeyboard/common/core/IKeyboardIME.kt diff --git a/README.md b/README.md index 451a5cf..e68d0b4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ## Version Release This Is Latest Release - $version_release = 1.1.0 + $version_release = 1.1.1 What's New?? @@ -64,17 +64,246 @@ allprojects { dependencies { // library frogo-keyboard - implementation 'com.github.amirisback:keyboard:1.1.0' + implementation 'com.github.amirisback:keyboard:1.1.1' } ####