Skip to content

Commit 2fa2649

Browse files
committed
released version 4.5.0b5
1 parent 1159dd8 commit 2fa2649

File tree

950 files changed

+42
-173974
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

950 files changed

+42
-173974
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,2 @@
1-
mode/processing-core.zip
2-
mode/mode/AndroidMode.jar
3-
mode/mode/gradle-tooling-api*
4-
mode/mode/slf4j*
5-
6-
mode/mode/percent.jar
7-
mode/mode/recyclerview-v7.jar
8-
mode/mode/support-*
9-
mode/mode/wearable.jar
10-
11-
mode/libraries/vr/library
12-
mode/libraries/ar/library
13-
mode/tools/SDKUpdater/tool
14-
mode/tools/SDKUpdater/lib
15-
16-
debug/.gradle
17-
debug/.idea
18-
19-
**/examples/**/AndroidManifest.xml
20-
21-
**/*.iml
221
**/.DS_Store
23-
**/build
24-
**/bin
25-
**/dist
26-
27-
**/local.properties
28-
.gradle
292

30-
.java-version

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
Processing for Android
2-
======================
1+
# Processing Android Maven Repository
32

4-
This is the main repository for Processing for Android. It includes the core library inside the core folder, and the mode itself in the root. See the [wiki](https://github.com/processing/processing-android/wiki) for build instructions.
3+
This is a Maven repository that can be accessed publicly from Gradle, etc.
54

5+
Made following the instructions in this gist:
66

7+
https://gist.github.com/fernandezpablo85/03cf8b0cd2e7d8527063
8+
9+
One caveat, use mvn version 3.8.7 because of this [bug](https://issues.apache.org/jira/browse/MNG-7679) or provide a pom.xml file instead having mvn auto-generating it.
10+
11+
Place the processing-core-x.y.z.jar from building the core library into ../pkgs and then run:
12+
13+
```
14+
./release.sh x.y.z
15+
```

build.gradle

Lines changed: 0 additions & 173 deletions
This file was deleted.

buildSrc/build.gradle

Lines changed: 0 additions & 15 deletions
This file was deleted.

buildSrc/src/main/groovy/processing/android/ImportAar.groovy

Lines changed: 0 additions & 125 deletions
This file was deleted.

buildSrc/src/main/resources/META-INF/gradle-plugins/aar.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)