Update to Beta2 w/ new changes

This commit is contained in:
Connor Tumbleson 2013-06-12 10:13:08 -05:00
parent 832978a549
commit 6df03fc81c
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ v2.0.0 (TBA)
-Fixed (issue #396) - Correctly handle android:debuggable while in 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 #469) - Added (-m / --match-original)
-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-Beta1'
ext.apktoolversion = '2.0.0-Beta2'
ext.fullrev = '';
ext.gitrev_version = '';