Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amrhossamdev authored Oct 16, 2024
1 parent c51e528 commit 3ee5168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you're using Gradle and Android Studio, here's what your `build.gradle` shoul
~~~
...
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
android {
Expand All @@ -44,7 +44,7 @@ android {
dependencies {
...
// Pelias Client library
compile 'edu.usf.cutr:pelias-client-library:1.1.0'
implementation 'com.github.OneBusAway:pelias-client-library:v1.1.0'
}
~~~

Expand Down

0 comments on commit 3ee5168

Please sign in to comment.