diff --git a/build.gradle.kts b/build.gradle.kts index c1bd9e68e..85228d61a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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")) } -} \ No newline at end of file +}