diff options
author | Adam Lesinski <adamlesinski@google.com> | 2016-09-06 17:34:06 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2016-09-06 17:34:06 -0700 |
commit | 5cb0530ca444ad070adfa10005bb9cabd4dbeeb7 (patch) | |
tree | d3e7385507e7f577bb20bd44525a886a0b710a07 /tools/aapt2/Main.cpp | |
parent | d98aba973e3f48046a03cbf464af9deb7a11407a (diff) |
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
Diffstat (limited to 'tools/aapt2/Main.cpp')
-rw-r--r-- | tools/aapt2/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) " |