Skip to content

Commit

Permalink
Beta Release v0.0.1-beta08
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 8, 2022
1 parent a77b5bc commit 8218eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
This Is Latest Release

~ Beta Release
$version_release = 0.0.1-beta07
$version_release = 0.0.1-beta08

What's New??

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

dependencies {
// library frogo-sdk
implementation 'com.github.frogobox:frogo-sdk:0.0.1-beta07'
implementation 'com.github.frogobox:frogo-sdk:0.0.1-beta08'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-sdk
implementation("com.github.frogobox:frogo-sdk:0.0.1-beta07")
implementation("com.github.frogobox:frogo-sdk:0.0.1-beta08")
}

### Step 3. Function from this SDK
Expand Down

0 comments on commit 8218eee

Please sign in to comment.