Skip to content

Commit

Permalink
Release v0.0.2-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 29, 2022
1 parent cb32cd5 commit c6f5186
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2-beta01
$version_release = 0.0.2-beta02

What's New??

Expand Down Expand Up @@ -45,7 +45,7 @@ What's New??
allprojects {
repositories {
...
maven { url = uri("https://jitpack.io") }
maven("https://jitpack.io")
}
}
```
Expand All @@ -56,14 +56,14 @@ allprojects {

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

#### <Option 2> Kotlin DSL Gradle

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

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

0 comments on commit c6f5186

Please sign in to comment.