mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-11 13:46:17 +00:00
fix: broken gradle task
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user