Skip to content

Commit

Permalink
Beta Release v0.0.1-beta10
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 18, 2022
1 parent 75e4df2 commit f7c7a30
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 @@ -15,7 +15,7 @@
This Is Latest Release

~ Beta Release
$version_release = 0.0.1-beta09
$version_release = 0.0.1-beta10

What's New??

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

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

#### <Option 2> Kotlin DSL Gradle

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

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

0 comments on commit f7c7a30

Please sign in to comment.