File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
## Version Release
33
33
This Is Latest Release
34
34
35
- $version_release = 2.0.4
35
+ $version_release = 2.0.5
36
36
37
37
What's New??
38
38
@@ -77,20 +77,20 @@ allprojects {
77
77
78
78
dependencies {
79
79
// library frogo-sdk
80
- implementation 'com.github.frogobox:frogo-sdk:2.0.4 '
80
+ implementation 'com.github.frogobox:frogo-sdk:2.0.5 '
81
81
82
82
// library frogo-sdk for desktop
83
- implementation 'com.github.frogobox.frogo-sdk:frogocoresdk:2.0.4 '
83
+ implementation 'com.github.frogobox.frogo-sdk:frogocoresdk:2.0.5 '
84
84
}
85
85
86
86
#### <Option 2> Kotlin DSL Gradle
87
87
88
88
dependencies {
89
89
// library frogo-sdk
90
- implementation("com.github.frogobox:frogo-sdk:2.0.4 ")
90
+ implementation("com.github.frogobox:frogo-sdk:2.0.5 ")
91
91
92
92
// library frogo-sdk for desktop
93
- implementation("com.github.frogobox.frogo-sdk:frogocoresdk:2.0.4 ")
93
+ implementation("com.github.frogobox.frogo-sdk:frogocoresdk:2.0.5 ")
94
94
}
95
95
96
96
### Step 3. Function from this SDK
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ object ProjectSetting {
31
31
32
32
const val VERSION_MAJOR = 2
33
33
const val VERSION_MINOR = 0
34
- const val VERSION_PATCH = 4
34
+ const val VERSION_PATCH = 5
35
35
36
36
// ---------------------------------------------------------------------------------------------
37
37
You can’t perform that action at this time.
0 commit comments