Skip to content

Commit

Permalink
Merge pull request #29 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
stzouvaras authored Nov 29, 2024
2 parents 4a0d4d7 + 2783c7d commit c1af21b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,7 @@ The `EudiRQESUi` object defines methods for setting up and using the SDK. The SD

## Installation

To use snapshot versions add the following to your project's settings.gradle file:

```Gradle
dependencyResolutionManagement {
repositories {
// .. other repositories
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
mavenContent { snapshotsOnly() }
}
}
}
```

Add the following dependency to your app's build.gradle file to include the library in your project.
If you want to use a snapshot version, please add the `-snapshot` suffix to the library version.
Add the following dependency to your app's build.gradle file to include the library in your project.

```Gradle
dependencies {
Expand Down

0 comments on commit c1af21b

Please sign in to comment.