Skip to content

Commit

Permalink
Release v0.0.1-beta03
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Feb 27, 2022
1 parent ef7a664 commit 0e2d0ee
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 @@ -11,7 +11,7 @@
This Is Latest Release

~ Beta Release
$version_release = 0.0.1-beta02
$version_release = 0.0.1-beta03

What's New??

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

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

#### <Option 2> Kotlin DSL Gradle

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

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

0 comments on commit 0e2d0ee

Please sign in to comment.