mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-20 16:57:34 +01:00
dont substring release build, as it pulls name directly from build.gradle
This commit is contained in:
parent
3b1a8be980
commit
c62f1c5f64
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user