File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2020## Version Release
2121This Is Latest Release
2222
23- $version_release = 1.1.4
23+ $version_release = 1.1.5
2424
2525What's New??
2626
@@ -64,14 +64,14 @@ allprojects {
6464
6565 dependencies {
6666 // library frogo-keyboard
67- implementation 'com.github.amirisback:keyboard:1.1.4 '
67+ implementation 'com.github.amirisback:keyboard:1.1.5 '
6868 }
6969
7070#### <Option 2> Kotlin DSL Gradle
7171
7272 dependencies {
7373 // library frogo-keyboard
74- implementation("com.github.amirisback:keyboard:1.1.4 ")
74+ implementation("com.github.amirisback:keyboard:1.1.5 ")
7575 }
7676
7777### Step 3. Create Service Keyboard IME
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
3- id(" com.android.application" ) version " 8.0 .2" apply false
4- id(" com.android.library" ) version " 8.0 .2" apply false
3+ id(" com.android.application" ) version " 8.1 .2" apply false
4+ id(" com.android.library" ) version " 8.1 .2" apply false
55 id(" org.jetbrains.kotlin.android" ) version DependencyGradle .KOTLIN_VERSION apply false
66 id(" com.google.dagger.hilt.android" ) version DependencyGradle .HILT_VERSION apply false
77}
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ repositories {
1010}
1111
1212dependencies{
13- implementation(" com.github.frogobox:open-build-src:2.1.9 " )
13+ implementation(" com.github.frogobox:open-build-src:3.0.0 " )
1414}
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ object DependencyGradle {
55
66 const val MODULE_LIB_FROGO_KEYBOARD = " :frogo-keyboard"
77
8- private const val FROGO_SDK_VERSION = " 2.2.1 "
9- private const val FROGO_UI_VERSION = " 1.1.8 "
10- private const val FROGO_CONSUME_API_VERSION = " 2.4.9 "
11- private const val FROGO_ADMOB_VERSION = " 5.3.0 "
12- private const val FROGO_RECYCLER_VIEW_VERSION = " 4.3.5 "
8+ private const val FROGO_SDK_VERSION = " 2.2.4 "
9+ private const val FROGO_UI_VERSION = " 2.0.0 "
10+ private const val FROGO_CONSUME_API_VERSION = " 2.5.1 "
11+ private const val FROGO_ADMOB_VERSION = " 5.3.4 "
12+ private const val FROGO_RECYCLER_VIEW_VERSION = " 4.3.6 "
1313
1414 const val FROGO_SDK = " com.github.frogobox:frogo-sdk:$FROGO_SDK_VERSION "
1515 const val FROGO_UI = " com.github.frogobox:frogo-ui:$FROGO_UI_VERSION "
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 = 4
26+ const val VERSION_PATCH = 5
2727
2828 // ---------------------------------------------------------------------------------------------
2929
You can’t perform that action at this time.
0 commit comments