Skip to content

Commit

Permalink
Release v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Feb 16, 2024
1 parent ec2c42e commit 773c99e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
## Version Release
This Is Latest Release

$version_release = 1.1.5
$version_release = 1.1.6

What's New??

* Avaiable in dark mode *
* Enhance Performance *
* Update Build Gradle Style Latest Version *
* Update Emoji Category *
* Easy Change Background Keyboard *
* Refactoring Color *

## How To Use As Library (Coming Soon)

Expand Down Expand Up @@ -65,14 +65,14 @@ allprojects {

dependencies {
// library frogo-keyboard
implementation 'com.github.amirisback:keyboard:1.1.5'
implementation 'com.github.amirisback:keyboard:1.1.6'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-keyboard
implementation("com.github.amirisback:keyboard:1.1.5")
implementation("com.github.amirisback:keyboard:1.1.6")
}

### Step 3. Create Layout Keyboard IME
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ProjectSetting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object ProjectSetting {

const val VERSION_MAJOR = 1
const val VERSION_MINOR = 1
const val VERSION_PATCH = 5
const val VERSION_PATCH = 6

// ---------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 773c99e

Please sign in to comment.