diff options
author | 2016-10-19 18:37:53 -0700 | |
---|---|---|
committer | 2016-10-27 18:09:00 -0700 | |
commit | c0c366394c658e3787b12e65833b520c9a9a34d9 (patch) | |
tree | 0f8edb0b05d1d2899100fd114053ba1b8baa39a0 /tools/aapt2/Main.cpp | |
parent | 9212fc742ff4fc92561c8055388d119d8ef195ae (diff) |
Add font type to AAPT2
Test: make libaapt2_tests AaptTestAppOne
Change-Id: I8fbf01675a218cc3c0b59598b6b1ec173851e946
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 8dd176d27345..a3404e5db21c 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 = "2"; +static const char* sMinorVersion = "3"; int PrintVersion() { std::cerr << "Android Asset Packaging Tool (aapt) " << sMajorVersion << "." |