This commit is contained in:
Connor Tumbleson 2013-07-08 14:03:38 -05:00
parent a6854fc67c
commit b80ed371ef
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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 = '';