From 3f69beeaa1cf0d7d32584b168b16ef8d2b04c435 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sun, 3 Mar 2013 12:47:25 -0600 Subject: [PATCH] updating changes --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 132d896a..efb93d85 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ v1.5.3 (TBA) -Updated to smali/baksmali to v1.4.2 -Fixed (issue #396) - Correctly handle android:debuggable while in debug mode. +-Fixed (issue #340) - Fixed superclass errors on debug mode. -Updated to Gradle 1.4 -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)