diff --git a/CHANGES b/CHANGES index 8356fde2..21b19d7d 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/build.gradle b/build.gradle index 8bb729de..12950c97 100644 --- a/build.gradle +++ b/build.gradle @@ -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 = '';