mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 05:07:41 +02:00
adapt build.gradle for new dexlib2 changes
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
|
||||
import org.apache.tools.ant.filters.*
|
||||
|
||||
// kudos #smali - JesusFreke, for how to build release task
|
||||
// release
|
||||
if (!('release' in gradle.startParameter.taskNames)) {
|
||||
ant.loadfile(srcFile: "../../.git/refs/heads/master", property: fullrev, failonerror: false);
|
||||
if (ant.properties[fullrev] == null) {
|
||||
|
Reference in New Issue
Block a user