Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 666f50b

Browse files
committed
Update buildfiles
1 parent 76504db commit 666f50b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ gradle.projectsEvaluated {
6565
delete proj+"/merged-res";
6666
copy{
6767
from (res_dir){
68-
include '**/*.xml'
68+
include '**/*.xml', '**/*.png'
6969
}
7070
from (res_v14_dir){
71-
include '**/*.xml'
71+
include '**/*.xml', '**/*.png'
7272
}
7373
into (rootDir.toString()+"/"+proj+"/merged-res")
7474
}

0 commit comments

Comments
 (0)