This repository was archived by the owner on Feb 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SDK for anything your problem to make easier developing android apps
8
8
## Version Release
9
9
This Is Latest Release
10
10
11
- $version_release = 2.0.7
11
+ $version_release = 2.0.8
12
12
13
13
What's New??
14
14
@@ -48,14 +48,14 @@ allprojects {
48
48
49
49
dependencies {
50
50
// 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 '
52
52
}
53
53
54
54
#### <Option 2> Kotlin DSL Gradle
55
55
56
56
dependencies {
57
57
// 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 ")
59
59
}
60
60
61
61
### Step 3. Function from this SDK
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ object ProjectSetting {
27
27
28
28
const val VERSION_MAJOR = 2
29
29
const val VERSION_MINOR = 0
30
- const val VERSION_PATCH = 7
30
+ const val VERSION_PATCH = 8
31
31
32
32
const val PROJECT_COMPILE_SDK = 31
33
33
const val PROJECT_MIN_SDK = 21
You can’t perform that action at this time.
0 commit comments