Skip to content

Commit 773c99e

Browse files
committed
Release v1.1.6
1 parent ec2c42e commit 773c99e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
## Version Release
2222
This Is Latest Release
2323

24-
$version_release = 1.1.5
24+
$version_release = 1.1.6
2525

2626
What'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

buildSrc/src/main/kotlin/ProjectSetting.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)