[smali] update to smali 2b6

This commit is contained in:
Connor Tumbleson
2013-09-15 10:23:12 -05:00
parent 9c957b9308
commit 79c68ed6d9
81 changed files with 1394 additions and 2335 deletions

View File

@ -22,6 +22,7 @@ v2.0.0 (TBA)
-Fixed (issue #448) - Merge smali2 into Apktool
-Fixed (issue #496) - Fixes Windows builds caused by java.nio problems
-Fixed (issue #510) - Any error output is sent stderr instead of stdout
-Fixed (issue #426) - Filename too long (JesusFreke)
-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)