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 3df2ef2 commit fd1f301Copy full SHA for fd1f301
README.md
@@ -31,7 +31,7 @@ dependencyResolutionManagement {
31
}
32
```
33
34
-Then you should able to incorporarte processing-core as a dependency in the build.gradle file:
+Then you should able to incorporate processing-core as a dependency in the build.gradle file:
35
36
37
dependencies {
@@ -43,4 +43,8 @@ dependencies {
43
44
implementation 'org.processing.android:processing-core:4.5.0b5'
45
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