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.8
29+ $version_release = 2.4.9
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.8 '
76+ implementation 'com.github.frogobox:frogo-consume-api:2.4.9 '
7777
7878 // library frogo-consume-api for desktop
79- implementation 'com.github.frogobox.frogo-consume-api:core-api:2.4.8 '
79+ implementation 'com.github.frogobox.frogo-consume-api:core-api:2.4.9 '
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.8 ")
86+ implementation("com.github.frogobox:frogo-consume-api:2.4.9 ")
8787
8888 // library frogo-consume-api for desktop
89- implementation("com.github.frogobox.frogo-consume-api:core-api:2.4.8 ")
89+ implementation("com.github.frogobox.frogo-consume-api:core-api:2.4.9 ")
9090 }
9191
9292
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ repositories {
1111
1212dependencies{
1313 // library frogo-build-src
14- implementation(" com.github.frogobox:open-build-src:2.1.8 " )
14+ implementation(" com.github.frogobox:open-build-src:2.1.9 " )
1515}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ object ProjectSetting {
3131
3232 const val VERSION_MAJOR = 2
3333 const val VERSION_MINOR = 4
34- const val VERSION_PATCH = 8
34+ const val VERSION_PATCH = 9
3535
3636 // ---------------------------------------------------------------------------------------------
3737
You can’t perform that action at this time.
0 commit comments