Skip to content

Commit 9e8c066

Browse files
committed
move test apps to their new location
2 parents 142bffb + d8b4677 commit 9e8c066

File tree

960 files changed

+306
-281
lines changed

Some content is hidden

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

960 files changed

+306
-281
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ mode/libraries/ar/library
1313
mode/tools/SDKUpdater/tool
1414
mode/tools/SDKUpdater/lib
1515

16-
debug/.gradle
17-
debug/.idea
16+
.gradle
17+
.idea
1818

1919
**/examples/**/AndroidManifest.xml
2020

debug/apps/armarkers/build.gradle renamed to app/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(':libs:processing-core')
31-
implementation project(':libs:processing-ar')
30+
implementation project(':library:processing-core')
31+
implementation project(':library:processing-ar')
3232
implementation 'androidx.appcompat:appcompat:1.6.0'
3333
implementation 'com.google.ar:core:1.35.0'
3434
}

0 commit comments

Comments
 (0)