We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3e354 commit 4ff92cbCopy full SHA for 4ff92cb
build.gradle
@@ -249,6 +249,12 @@ task copyFilesToProjectTemeplate {
249
from "$TEST_APP_PATH/app/src/main/assets/internal"
250
into "$DIST_FRAMEWORK_PATH/app/src/main/assets/internal"
251
}
252
+ copy {
253
+ from "$TEST_APP_PATH/app/src/main/res/drawable"
254
+ include "button.xml"
255
+ include "button_accented.xml"
256
+ into "$DIST_FRAMEWORK_PATH/app/src/main/res/drawable"
257
+ }
258
copy {
259
from "$TEST_APP_PATH/app/src/main/java/com/tns/"
260
include "*.java"
0 commit comments