diff options
author | Adam Lesinski <adamlesinski@google.com> | 2017-09-13 14:46:00 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2017-09-14 17:00:56 -0700 |
commit | 3420eed6991a94cff158fc5069730f6d50377a7e (patch) | |
tree | 7dba5e83dc5cbc87eee552c48224581b09ac9d4e /tools/aapt2/Main.cpp | |
parent | e2ad4634f2116b5ae236584b4c44b0c3e6815d29 (diff) |
AAPT2: Bump to version 2.19
Test: manual
Bug: 65645766
Change-Id: Id8bdb14e498bd79ff642f9ad56ef05ec7a5825af
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 86f4c42c72a7..36ab30c7fb6e 100644 --- a/tools/aapt2/Main.cpp +++ b/tools/aapt2/Main.cpp @@ -41,7 +41,7 @@ namespace aapt { 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, |