File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121## Version Release
2222This Is Latest Release
2323
24- $version_release = 1.1.5
24+ $version_release = 1.1.6
2525
2626What's New??
2727
2828 * Avaiable in dark mode *
2929 * Enhance Performance *
30- * Update Build Gradle Style Latest Version *
31- * Update Emoji Category *
30+ * Easy Change Background Keyboard *
31+ * Refactoring Color *
3232
3333## How To Use As Library (Coming Soon)
3434
@@ -65,14 +65,14 @@ allprojects {
6565
6666 dependencies {
6767 // library frogo-keyboard
68- implementation 'com.github.amirisback:keyboard:1.1.5 '
68+ implementation 'com.github.amirisback:keyboard:1.1.6 '
6969 }
7070
7171#### <Option 2> Kotlin DSL Gradle
7272
7373 dependencies {
7474 // library frogo-keyboard
75- implementation("com.github.amirisback:keyboard:1.1.5 ")
75+ implementation("com.github.amirisback:keyboard:1.1.6 ")
7676 }
7777
7878### Step 3. Create Layout Keyboard IME
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ object ProjectSetting {
2323
2424 const val VERSION_MAJOR = 1
2525 const val VERSION_MINOR = 1
26- const val VERSION_PATCH = 5
26+ const val VERSION_PATCH = 6
2727
2828 // ---------------------------------------------------------------------------------------------
2929
You can’t perform that action at this time.
0 commit comments