diff options
| -rw-r--r-- | tools/aapt2/Main.cpp | 2 | ||||
| -rw-r--r-- | tools/aapt2/readme.md | 5 |
2 files changed, 6 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) " diff --git a/tools/aapt2/readme.md b/tools/aapt2/readme.md index a68d6f67324f..267200dea444 100644 --- a/tools/aapt2/readme.md +++ b/tools/aapt2/readme.md @@ -1,5 +1,10 @@ # Android Asset Packaging Tool 2.0 (AAPT2) release notes +## Version 2.2 +### `aapt2 compile ...` +- Added support for inline complex XML resources. See + https://developer.android.com/guide/topics/resources/complex-xml-resources.html + ## Version 2.1 ### `aapt2 link ...` - Configuration Split APK support: supports splitting resources that match a set of |