mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 10:35:52 +01:00
Update to Beta2 w/ new changes
This commit is contained in:
parent
832978a549
commit
6df03fc81c
1
CHANGES
1
CHANGES
@ -17,6 +17,7 @@ v2.0.0 (TBA)
|
|||||||
-Fixed (issue #396) - Correctly handle android:debuggable while in debug mode.
|
-Fixed (issue #396) - Correctly handle android:debuggable while in debug mode.
|
||||||
-Fixed (issue #340) - Fixed superclass errors on debug mode.
|
-Fixed (issue #340) - Fixed superclass errors on debug mode.
|
||||||
-Fixed (issue #458) - Fixed pkg id not being correctly set in framework files.
|
-Fixed (issue #458) - Fixed pkg id not being correctly set in framework files.
|
||||||
|
-Fixed (issue #469) - Added (-m / --match-original)
|
||||||
-Updated known bytes for configurations to 38 (from addition of layout direction)
|
-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)
|
-Fixed NPE when handling odex apks even with --no-src specified. (Thanks Rodrigo Chiossi)
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
apply plugin: 'license'
|
apply plugin: 'license'
|
||||||
ext.apktoolversion = '2.0.0-Beta1'
|
ext.apktoolversion = '2.0.0-Beta2'
|
||||||
ext.fullrev = '';
|
ext.fullrev = '';
|
||||||
ext.gitrev_version = '';
|
ext.gitrev_version = '';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user