mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +01:00
2b4
This commit is contained in:
parent
a6854fc67c
commit
b80ed371ef
1
CHANGES
1
CHANGES
@ -18,6 +18,7 @@ v2.0.0 (TBA)
|
||||
-Fixed (issue #340) - Fixed superclass errors on debug mode.
|
||||
-Fixed (issue #458) - Fixed pkg id not being correctly set in framework files.
|
||||
-Fixed (issue #469) - Added (-m / --match-original)
|
||||
-Fixed (issue #326) - Fixed PNG increasing brightness on build (Thanks Christiaan)
|
||||
-Updated known bytes for configurations to 38 (from addition of layout direction)
|
||||
-Fixed NPE when handling odex apks even with --no-src specified. (Thanks Rodrigo Chiossi)
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'license'
|
||||
ext.apktoolversion = '2.0.0-Beta3'
|
||||
ext.apktoolversion = '2.0.0-Beta4'
|
||||
ext.fullrev = '';
|
||||
ext.gitrev_version = '';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user