fix: broken gradle task
This commit is contained in:
parent
ed6a0e5403
commit
6ae1e1d0aa
1 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ tasks {
|
|||
|
||||
exec {
|
||||
workingDir = work
|
||||
commandLine = listOf("mv", "*.dex", output)
|
||||
commandLine = listOf("mv", "classes.dex", output)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -52,4 +52,4 @@ tasks {
|
|||
description = "Dummy task"
|
||||
dependsOn(named("generateDex"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue