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 dd2a992 commit f19dd05Copy full SHA for f19dd05
README.md
@@ -35,13 +35,7 @@ Then you should able to incorporate processing-core as a dependency in the build
35
36
```
37
dependencies {
38
- implementation 'androidx.appcompat:appcompat:1.4.1'
39
- implementation 'com.google.android.material:material:1.5.0'
40
- implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
41
- implementation 'androidx.navigation:navigation-fragment:2.4.1'
42
- implementation 'androidx.navigation:navigation-ui:2.4.1'
43
-
44
- implementation 'org.processing.android:processing-core:4.5.0b5'
+ implementation 'org.processing.android:processing-core:4.5'
45
}
46
47
0 commit comments