Skip to content

Commit

Permalink
fix: copy drawables
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Oct 10, 2023
1 parent ee3e354 commit 4ff92cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@ task copyFilesToProjectTemeplate {
from "$TEST_APP_PATH/app/src/main/assets/internal"
into "$DIST_FRAMEWORK_PATH/app/src/main/assets/internal"
}
copy {
from "$TEST_APP_PATH/app/src/main/res/drawable"
include "button.xml"
include "button_accented.xml"
into "$DIST_FRAMEWORK_PATH/app/src/main/res/drawable"
}
copy {
from "$TEST_APP_PATH/app/src/main/java/com/tns/"
include "*.java"
Expand Down

0 comments on commit 4ff92cb

Please sign in to comment.