File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313
1414This Is Latest Release
1515
16- $version_release = 2.3.3
16+ $version_release = 2.3.4
1717
1818What's New??
1919
@@ -54,7 +54,7 @@ allprojects {
5454``` groovy
5555dependencies {
5656 // library frogo-sdk
57- implementation 'com.github.frogobox:frogo-sdk:2.3.3 '
57+ implementation 'com.github.frogobox:frogo-sdk:2.3.4 '
5858}
5959```
6060
@@ -63,14 +63,14 @@ dependencies {
6363``` groovy
6464dependencies {
6565 // library frogo-sdk
66- implementation("com.github.frogobox:frogo-sdk:2.3.3 ")
66+ implementation("com.github.frogobox:frogo-sdk:2.3.4 ")
6767}
6868```
6969
7070#### <Option 3> libs.versions.toml
7171``` yml
7272[versions]
73- frogoAndroid = "2.3.3 "
73+ frogoAndroid = "2.3.4 "
7474
7575[libraries]
7676frogo-android = { group = "com.github.frogobox", name = "frogo-sdk", version.ref = "frogoAndroid" }
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ object ProjectSetting {
3636
3737 const val VERSION_MAJOR = 2
3838 const val VERSION_MINOR = 3
39- const val VERSION_PATCH = 3
39+ const val VERSION_PATCH = 4
4040
4141 // ---------------------------------------------------------------------------------------------
4242
You can’t perform that action at this time.
0 commit comments