We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddfd8f commit 06c3ec2Copy full SHA for 06c3ec2
README.md
@@ -22,7 +22,7 @@ The Content Provider comes with a [`utils`](utils) library (`.aar`) which makes
22
> [!NOTE]
23
> Here is how to use the `utils` library in another Android app:
24
25
-1. Add repository:
+1. Add repository to `./build.gradle`:
26
27
```diff
28
allprojects {
@@ -33,7 +33,7 @@ The Content Provider comes with a [`utils`](utils) library (`.aar`) which makes
33
}
34
```
35
36
-2. Add dependency:
+2. Add dependency to `./app/build.gradle`:
37
38
39
dependencies {
0 commit comments