Skip to content

Commit 4ad5cd6

Browse files
committed
Release v1.2.2
1 parent f41cd4c commit 4ad5cd6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

24-
$version_release = 1.2.1
24+
$version_release = 1.2.2
2525

2626
What's New??
2727

@@ -65,14 +65,14 @@ allprojects {
6565

6666
dependencies {
6767
// library frogo-keyboard
68-
implementation 'com.github.amirisback:keyboard:1.2.1'
68+
implementation 'com.github.amirisback:keyboard:1.2.2'
6969
}
7070

7171
#### <Option 2> Kotlin DSL Gradle
7272

7373
dependencies {
7474
// library frogo-keyboard
75-
implementation("com.github.amirisback:keyboard:1.2.1")
75+
implementation("com.github.amirisback:keyboard:1.2.2")
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 = 2
26-
const val VERSION_PATCH = 1
26+
const val VERSION_PATCH = 2
2727

2828
// ---------------------------------------------------------------------------------------------
2929

0 commit comments

Comments
 (0)