fix: broken gradle task

This commit is contained in:
Sculas
2022-06-16 13:33:50 +02:00
committed by GitHub
parent ed6a0e5403
commit 6ae1e1d0aa

View File

@@ -40,7 +40,7 @@ tasks {
exec {
workingDir = work
commandLine = listOf("mv", "*.dex", output)
commandLine = listOf("mv", "classes.dex", output)
}
}
}