Skip to content

Commit fd1f301

Browse files
committed
added a link with more info
1 parent 3df2ef2 commit fd1f301

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencyResolutionManagement {
3131
}
3232
```
3333

34-
Then you should able to incorporarte processing-core as a dependency in the build.gradle file:
34+
Then you should able to incorporate processing-core as a dependency in the build.gradle file:
3535

3636
```
3737
dependencies {
@@ -43,4 +43,8 @@ dependencies {
4343
4444
implementation 'org.processing.android:processing-core:4.5.0b5'
4545
}
46-
```
46+
```
47+
48+
More information below about declaring respositories in Gradle:
49+
50+
https://docs.gradle.org/current/userguide/declaring_repositories.html

0 commit comments

Comments
 (0)