Skip to content

Commit

Permalink
Added missing resources dirs (#3188)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Apr 17, 2020
1 parent 93b3f9f commit 81a81dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle
Expand Up @@ -268,6 +268,9 @@ android {
assets.srcDirs = [
'src/oculusvr/assets'
]
res.srcDirs = [
'src/oculusvr/res'
]
}

oculusvr3dofStore {
Expand All @@ -277,6 +280,9 @@ android {
assets.srcDirs = [
'src/oculusvr/assets'
]
res.srcDirs = [
'src/oculusvr/res'
]
}

oculusvrArm64Debug {
Expand Down

0 comments on commit 81a81dd

Please sign in to comment.