commit | 689ce3f658f6862baf9951513c3330b5a3638267 | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Wed Sep 13 14:46:00 2017 -0700 |
committer | Adam Lesinski <adamlesinski@google.com> | Fri Sep 15 08:49:24 2017 +0000 |
tree | 88a9cb6f54d7f8ef93fbb48ab28a4e94fadb03a8 | |
parent | a91d5c39ed3fd9f96a6aba90eb5b02877271c7a2 [diff] [blame] |
AAPT2: Bump to version 2.19 Test: manual Bug: 65645766 Change-Id: Id8bdb14e498bd79ff642f9ad56ef05ec7a5825af Merged-In: Id8bdb14e498bd79ff642f9ad56ef05ec7a5825af
diff --git a/tools/aapt2/Main.cpp b/tools/aapt2/Main.cpp index 86f4c42c..36ab30c 100644 --- a/tools/aapt2/Main.cpp +++ b/tools/aapt2/Main.cpp
@@ -41,7 +41,7 @@ static const char* sMajorVersion = "2"; // Update minor version whenever a feature or flag is added. -static const char* sMinorVersion = "18"; +static const char* sMinorVersion = "19"; static void PrintVersion() { std::cerr << StringPrintf("Android Asset Packaging Tool (aapt) %s:%s", sMajorVersion,