Skip to content

Commit 018fa6b

Browse files
authored
Merge pull request #35 from frogobox/develop/split-api
DEVELOP :: Fixing build gradle src
2 parents b08f8c5 + 79a09b2 commit 018fa6b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## Version Release
2727
This Is Latest Release
2828

29-
$version_release = 2.4.8
29+
$version_release = 2.4.9
3030

3131
What'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

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ repositories {
1111

1212
dependencies{
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
}

buildSrc/src/main/kotlin/ProjectSetting.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)