Skip to content

Commit e6fb085

Browse files
committed
moved shader assets to correct location
1 parent e21fb5b commit e6fb085

File tree

260 files changed

+15
-15
lines changed

Some content is hidden

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

260 files changed

+15
-15
lines changed

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)