From fcc31449043ece6b4e0b4a2cbd3067e0a699ff47 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 2 Feb 2013 13:03:10 -0600 Subject: [PATCH] version bump (v1.5.3) --- CHANGES | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index fafdea4b..b9a49679 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +v1.5.3 (TBA) + v1.5.2 (Released February 2 - 2013) Codename: Bug Fixes -Fixed (issue #299) - output smali filename errors to screen during rebuild instead of filestream -Only show the --aapt / -a info in verbose mode. diff --git a/build.gradle b/build.gradle index 25b5aa5d..eddab231 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'java' apply plugin: 'maven' apply plugin: 'license' -ext.apktoolversion = '1.5.2-SNAPSHOT' +ext.apktoolversion = '1.5.3-SNAPSHOT' ext.fullrev = ''; ext.gitrev_version = '';