Skip to content

Commit 19acd09

Browse files
authored
Merge pull request #765 from processing/new-structure
New structure
2 parents 9e8c066 + 2804282 commit 19acd09

File tree

281 files changed

+152
-151
lines changed

Some content is hidden

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

281 files changed

+152
-151
lines changed

.gitignore

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
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-
161
.gradle
172
.idea
183

app/armarkers/build.gradle renamed to apps/armarkers/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
dependencies {
2828
implementation fileTree(include: ['*.jar'], dir: 'libs')
2929
testImplementation 'junit:junit:4.13.2'
30-
implementation project(':library:processing-core')
31-
implementation project(':library:processing-ar')
30+
implementation project(':libs:processing-core')
31+
implementation project(':libs:processing-ar')
3232
implementation 'androidx.appcompat:appcompat:1.6.0'
3333
implementation 'com.google.ar:core:1.35.0'
3434
}
File renamed without changes.

0 commit comments

Comments
 (0)