Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
Co-authored-by: frogoboxbot <frogoboxmedia@gmail.com>
  • Loading branch information
amirisback and frogoboxbot committed May 19, 2023
1 parent 182cce4 commit d9fb998
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## Version Release
This Is Latest Release

$version_release = 1.1.1
$version_release = 1.1.2

What's New??

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

dependencies {
// library frogo-keyboard
implementation 'com.github.amirisback:keyboard:1.1.1'
implementation 'com.github.amirisback:keyboard:1.1.2'
}

#### <Option 2> Kotlin DSL Gradle

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

### Step 3. Create Service 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 @@ -24,7 +24,7 @@ object ProjectSetting {

const val VERSION_MAJOR = 1
const val VERSION_MINOR = 1
const val VERSION_PATCH = 0
const val VERSION_PATCH = 2

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

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d9fb998

Please sign in to comment.