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

Commit

Permalink
Release v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Feb 26, 2022
1 parent f58d912 commit a62f8b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SDK for anything your problem to make easier developing android apps
## Version Release
This Is Latest Release

$version_release = 2.0.7
$version_release = 2.0.8

What's New??

Expand Down Expand Up @@ -48,14 +48,14 @@ allprojects {

dependencies {
// library frogo-sdk
implementation 'com.github.frogobox:frogo-android-sdk:2.0.7'
implementation 'com.github.frogobox:frogo-android-sdk:2.0.8'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-sdk
implementation("com.github.frogobox:frogo-android-sdk:2.0.7")
implementation("com.github.frogobox:frogo-android-sdk:2.0.8")
}

### Step 3. Function from this SDK
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ProjectSetting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object ProjectSetting {

const val VERSION_MAJOR = 2
const val VERSION_MINOR = 0
const val VERSION_PATCH = 7
const val VERSION_PATCH = 8

const val PROJECT_COMPILE_SDK = 31
const val PROJECT_MIN_SDK = 21
Expand Down

0 comments on commit a62f8b2

Please sign in to comment.