Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Sep 2, 2024
1 parent cbd07e0 commit 4afd831
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 @@ -75,7 +75,7 @@ allprojects {

### Step 2. Add the dependency (build.gradle : Module)

#### <Option 1> Groovy Gradle
#### <Option 1> Groovy Gradle

dependencies {
// library frogo-sdk
Expand All @@ -85,7 +85,7 @@ allprojects {
implementation 'com.github.frogobox.frogo-sdk:core-sdk:2.2.8'
}

#### <Option 2> Kotlin DSL Gradle
#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-sdk
Expand All @@ -95,7 +95,7 @@ allprojects {
implementation("com.github.frogobox.frogo-sdk:core-sdk:2.2.8")
}

#### <Option 3> libs.versions.toml
#### <Option 3> libs.versions.toml

[versions]
frogosdk = "2.2.8"
Expand Down

0 comments on commit 4afd831

Please sign in to comment.