Skip to content

Commit 06c3ec2

Browse files
authored
docs: add file path
1 parent 3ddfd8f commit 06c3ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Content Provider comes with a [`utils`](utils) library (`.aar`) which makes
2222
> [!NOTE]
2323
> Here is how to use the `utils` library in another Android app:
2424
25-
1. Add repository:
25+
1. Add repository to `./build.gradle`:
2626

2727
```diff
2828
allprojects {
@@ -33,7 +33,7 @@ The Content Provider comes with a [`utils`](utils) library (`.aar`) which makes
3333
}
3434
```
3535

36-
2. Add dependency:
36+
2. Add dependency to `./app/build.gradle`:
3737

3838
```diff
3939
dependencies {

0 commit comments

Comments
 (0)