Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hamada147 authored Dec 20, 2023
1 parent e2f8732 commit 6b51144
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ In `build.gradle.kts` files include the dependency
```kotlin
repositories {
mavenCentral()
maven {
this.url = uri("https://maven.pkg.github.com/input-output-hk/atala-prism-apollo")
}
}
```
For dependencies
Expand Down Expand Up @@ -250,9 +247,7 @@ In the project `build.gradle`
allprojects {
repositories {
// along with all the other current existing repos add the following
maven {
url = uri("https://maven.pkg.github.com/input-output-hk/atala-prism-apollo")
}
mavenCentral()
}
}
```
Expand All @@ -277,9 +272,7 @@ In the project `build.gradle.kts`
allprojects {
repositories {
// along with all the other current existing repos add the following
maven {
url = uri("https://maven.pkg.github.com/input-output-hk/atala-prism-apollo")
}
mavenCentral()
}
}
```
Expand Down

0 comments on commit 6b51144

Please sign in to comment.