mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 05:07:41 +02:00
dont substring release build, as it pulls name directly from build.gradle
This commit is contained in:
@ -511,7 +511,7 @@ public class Androlib {
|
||||
return version.endsWith("-SNAPSHOT") ?
|
||||
version.substring(0, version.length() - 9) + '.' +
|
||||
ApktoolProperties.get("git.commit.id.abbrev")
|
||||
: version.substring(0,version.length() - 1);
|
||||
: version;
|
||||
}
|
||||
|
||||
private File[] parseUsesFramework(Map<String, Object> usesFramework)
|
||||
|
Reference in New Issue
Block a user