Updated Android build filed for Gradle 5.x

Fixes #597
This commit is contained in:
Sascha Willems 2019-08-04 13:48:09 +02:00
parent 70cfb3e756
commit c3f1692486
69 changed files with 78 additions and 134 deletions

View file

@ -35,7 +35,7 @@ android {
}
}
task copyTask << {
task copyTask {
copy {
from '../../common/res/drawable'
into "src/main/res/drawable"