From 5cb0530ca444ad070adfa10005bb9cabd4dbeeb7 Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Tue, 6 Sep 2016 17:34:06 -0700 Subject: AAPT2: Update version and readme Update version to 2.2 and update readme to reflect added support for inline complex XML resources. Change-Id: If825c96541952e95860d34390c6c36704a24129b --- tools/aapt2/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/aapt2/Main.cpp') diff --git a/tools/aapt2/Main.cpp b/tools/aapt2/Main.cpp index ed55f852c24c..f3f70d60a229 100644 --- a/tools/aapt2/Main.cpp +++ b/tools/aapt2/Main.cpp @@ -25,7 +25,7 @@ namespace aapt { static const char* sMajorVersion = "2"; // Update minor version whenever a feature or flag is added. -static const char* sMinorVersion = "1"; +static const char* sMinorVersion = "2"; int printVersion() { std::cerr << "Android Asset Packaging Tool (aapt) " -- cgit v1.2.3-59-g8ed1b