mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-11 06:59:24 +01:00
2b5
This commit is contained in:
parent
d12468a2f7
commit
ef3be1310b
3
CHANGES
3
CHANGES
@ -1,5 +1,5 @@
|
||||
v2.0.0 (TBA)
|
||||
-Updated to smali/baksmali to v1.4.2
|
||||
-Updated to smali/baksmali to v2.0.0b5
|
||||
-Updated to Gradle 1.5
|
||||
-Fixed (issue #8) - Correctly uses -c to retain original manifest and META-INF. (Thanks M1cha)
|
||||
-Fixed (issue #63) - Correctly handles apk's that have unknown files outside of the standard aapt allowed resources.
|
||||
@ -19,6 +19,7 @@ v2.0.0 (TBA)
|
||||
-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)
|
||||
-Fixed (issue #448) - Merge smali2 into Apktool
|
||||
-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)
|
||||
|
||||
|
@ -18,7 +18,7 @@ apply plugin: 'java'
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'license'
|
||||
|
||||
ext.apktoolversion = '2.0.0-Beta4'
|
||||
ext.apktoolversion = '2.0.0-Beta5'
|
||||
ext.fullrev = '';
|
||||
ext.gitrev_version = '';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user