Skip to content

Commit 071bc62

Browse files
Add jitpack repo
1 parent fbdde83 commit 071bc62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ View the code for this example [here](https://github.com/dylanwatsonsoftware/bob
5050
```gradle
5151
repositories {
5252
mavenCentral()
53+
maven { url 'https://jitpack.io' }
5354
}
5455
dependencies {
55-
implementation "com.github.dylanwatsonsoftware:bobatea:$version"
56+
implementation 'com.github.dylanwatsonsoftware:bobatea:$version'
5657
}
5758
```
5859

0 commit comments

Comments
 (0)