fix: broken gradle task

This commit is contained in:
Sculas 2022-06-16 13:33:50 +02:00 committed by GitHub
parent 0d3829e5b8
commit 91483a8fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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