Skip to content

Commit

Permalink
Updates relative block-support asset path
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Lilis authored and antonis committed Apr 27, 2021
1 parent eb29192 commit 134bb14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
sourceSets {
main {
assets.srcDirs += buildAssetsFolder
assets.srcDirs += '../../../../src/block-support'
assets.srcDirs += '../../../../../src/block-support'
// Despite being in a folder called "resources", the files in
// unsupported-block-editor are accessed as assets by their
// consumers: the WordPressEditor library.
Expand Down

0 comments on commit 134bb14

Please sign in to comment.