Skip to content

Commit 1409d10

Browse files
committed
fixup! Add instructions about declaring dependencies
1 parent a814afe commit 1409d10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ python3 ./simple_test.py
170170

171171
To add a dependency on WPEView, you must add the Maven Central repository to your project. Read [Maven Central repository](https://central.sonatype.org/consume/consume-gradle/) for more information.
172172

173+
Add the dependencies for the artifacts you need in the `build.gradle` file for your app or module:
174+
173175
```groovy
174176
dependencies {
175177
implementation "org.wpewebkit.wpeview:wpeview:0.1.0"

0 commit comments

Comments
 (0)