Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit a62f8b2

Browse files
committed
Release v2.0.8
1 parent f58d912 commit a62f8b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SDK for anything your problem to make easier developing android apps
88
## Version Release
99
This Is Latest Release
1010

11-
$version_release = 2.0.7
11+
$version_release = 2.0.8
1212

1313
What's New??
1414

@@ -48,14 +48,14 @@ allprojects {
4848

4949
dependencies {
5050
// library frogo-sdk
51-
implementation 'com.github.frogobox:frogo-android-sdk:2.0.7'
51+
implementation 'com.github.frogobox:frogo-android-sdk:2.0.8'
5252
}
5353

5454
#### <Option 2> Kotlin DSL Gradle
5555

5656
dependencies {
5757
// library frogo-sdk
58-
implementation("com.github.frogobox:frogo-android-sdk:2.0.7")
58+
implementation("com.github.frogobox:frogo-android-sdk:2.0.8")
5959
}
6060

6161
### Step 3. Function from this SDK

buildSrc/src/main/kotlin/ProjectSetting.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object ProjectSetting {
2727

2828
const val VERSION_MAJOR = 2
2929
const val VERSION_MINOR = 0
30-
const val VERSION_PATCH = 7
30+
const val VERSION_PATCH = 8
3131

3232
const val PROJECT_COMPILE_SDK = 31
3333
const val PROJECT_MIN_SDK = 21

0 commit comments

Comments
 (0)