Skip to content

Commit e944248

Browse files
authored
docs: utils library
1 parent 6156fd5 commit e944248

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ The Content Provider comes with a [`utils`](utils) library (`.aar`) which makes
2424
2525
1. Add repository:
2626

27-
```
27+
```diff
2828
allprojects {
2929
repositories {
3030
...
31-
maven { url 'https://jitpack.io' }
31+
+ maven { url 'https://jitpack.io' }
3232
}
3333
}
3434
```
3535

3636
2. Add dependency:
3737

38-
```
38+
```diff
3939
dependencies {
40-
implementation 'ai.elimu:content-provider:<version>@aar'
40+
+ implementation 'ai.elimu:content-provider:<version>'
4141
}
4242
```
4343

0 commit comments

Comments
 (0)