File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626## Version Release
2727This Is Latest Release
2828
29- $version_release = 2.4.9
29+ $version_release = 2.5.0
3030
3131What's New??
3232
@@ -73,20 +73,20 @@ allprojects {
7373
7474 dependencies {
7575 // library frogo-consume-api
76- implementation 'com.github.frogobox:frogo-consume-api:2.4.9 '
76+ implementation 'com.github.frogobox:frogo-consume-api:2.5.0 '
7777
7878 // library frogo-consume-api for desktop
79- implementation 'com.github.frogobox.frogo-consume-api:core-api:2.4.9 '
79+ implementation 'com.github.frogobox.frogo-consume-api:core-api:2.5.0 '
8080 }
8181
8282#### <Option 2> Kotlin DSL Gradle
8383
8484 dependencies {
8585 // library frogo-consume-api
86- implementation("com.github.frogobox:frogo-consume-api:2.4.9 ")
86+ implementation("com.github.frogobox:frogo-consume-api:2.5.0 ")
8787
8888 // library frogo-consume-api for desktop
89- implementation("com.github.frogobox.frogo-consume-api:core-api:2.4.9 ")
89+ implementation("com.github.frogobox.frogo-consume-api:core-api:2.5.0 ")
9090 }
9191
9292
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ object DependencyGradle {
1616 const val KOTLIN_VERSION = Version .JetBrains .kotlin
1717 const val COMPOSE_MULTIPLATFORM_VERSION = Version .Androidx .composeMultiPlatform
1818
19- const val FROGO_SDK_VERSION = " 2.2.1 "
19+ const val FROGO_SDK_VERSION = " 2.2.2 "
2020 const val FROGO_SDK = " com.github.frogobox:frogo-sdk:$FROGO_SDK_VERSION "
2121 const val FROGO_SDK_CORE = " com.github.frogobox.frogo-sdk:core-sdk:$FROGO_SDK_VERSION "
2222
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ object ProjectSetting {
3030 // ---------------------------------------------------------------------------------------------
3131
3232 const val VERSION_MAJOR = 2
33- const val VERSION_MINOR = 4
34- const val VERSION_PATCH = 9
33+ const val VERSION_MINOR = 5
34+ const val VERSION_PATCH = 0
3535
3636 // ---------------------------------------------------------------------------------------------
3737
You can’t perform that action at this time.
0 commit comments