diff options
author | Adam Lesinski <adamlesinski@google.com> | 2016-12-05 19:48:20 -0800 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2016-12-05 21:09:52 -0800 |
commit | 5119e517308b84011fbd4d1a013296f4f5ffb8e4 (patch) | |
tree | e926e96418644b4af981623aa28d06ba376adc8e /tools/aapt2/Main.cpp | |
parent | 7dbbf956f73012ad0ea50bba37a21555cccfc726 (diff) |
AAPT2: Allow <meta-data> in <manifest>
Bug:32171613
Test: libaapt2_tests
Change-Id: I30fdd9475ff7dff6ceb0ff46a4a00991b72db68b
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 a3404e5db21c..a2b216d01b11 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 = "3"; +static const char* sMinorVersion = "4"; int PrintVersion() { std::cerr << "Android Asset Packaging Tool (aapt) " << sMajorVersion << "." |