mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-29 06:55:50 +01:00
fix: broken gradle task
This commit is contained in:
parent
0d3829e5b8
commit
91483a8fbf
@ -40,7 +40,7 @@ tasks {
|
|||||||
|
|
||||||
exec {
|
exec {
|
||||||
workingDir = work
|
workingDir = work
|
||||||
commandLine = listOf("mv", "*.dex", output)
|
commandLine = listOf("mv", "classes.dex", output)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -52,4 +52,4 @@ tasks {
|
|||||||
description = "Dummy task"
|
description = "Dummy task"
|
||||||
dependsOn(named("generateDex"))
|
dependsOn(named("generateDex"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user