Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyan-vuchev committed Aug 29, 2023
2 parents 9645d7b + 8b4cc3e commit 1b740ae
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 @@ -156,7 +156,7 @@ implementation("com.github.stoyan-vuchev:responsive-scaffold:<version>")
responsive-scaffold = "<version>"

[libraries]
squircle-shape = { group = "com.github.stoyan-vuchev", name = "responsive-scaffold", version.ref = "responsive-scaffold" }
responsive-scaffold = { group = "com.github.stoyan-vuchev", name = "responsive-scaffold", version.ref = "responsive-scaffold" }
```

* Then include the dependency in your module `build.gradle.kts` file.
Expand Down Expand Up @@ -187,7 +187,7 @@ allprojects {

#### Step 2

* Add the Squircle Shape dependency in your module `build.gradle` file.
* Add the Responsive Scaffold dependency in your module `build.gradle` file.
* Latest version: [![](https://jitpack.io/v/stoyan-vuchev/responsive-scaffold.svg)](https://jitpack.io/#stoyan-vuchev/responsive-scaffold)

```groovy
Expand Down Expand Up @@ -219,4 +219,4 @@ Attributions:

## License

This project is open source and available under the Apache License, Version 2.0. For more information, please refer to the [LICENSE](./LICENSE) file.
This project is open source and available under the Apache License, Version 2.0. For more information, please refer to the [LICENSE](./LICENSE) file.

0 comments on commit 1b740ae

Please sign in to comment.