Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback authored Dec 16, 2023
1 parent f1c9810 commit d328350
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,20 @@ allprojects {

dependencies {
// library frogo-sdk
implementation 'com.github.frogobox:frogo-sdk:2.2.4'
implementation 'com.github.frogobox:frogo-sdk:2.2.5'

// library frogo-sdk for desktop
implementation 'com.github.frogobox.frogo-sdk:core-sdk:2.2.4'
implementation 'com.github.frogobox.frogo-sdk:core-sdk:2.2.5'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-sdk
implementation("com.github.frogobox:frogo-sdk:2.2.4")
implementation("com.github.frogobox:frogo-sdk:2.2.5")

// library frogo-sdk for desktop
implementation("com.github.frogobox.frogo-sdk:core-sdk:2.2.4")
implementation("com.github.frogobox.frogo-sdk:core-sdk:2.2.5")
}

### Step 3. Function from this SDK
Expand Down Expand Up @@ -774,4 +774,4 @@ Waiting for your contribute
- Please enjoy and don't forget fork and give a star
- Don't Forget Follow My Github Account

![ScreenShoot Apps](docs/image/mad_score.png?raw=true)
![ScreenShoot Apps](docs/image/mad_score.png?raw=true)

0 comments on commit d328350

Please sign in to comment.