summaryrefslogtreecommitdiff
path: root/tools/aapt2/Main.cpp
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2016-08-11 13:39:24 -0700
committerAdam Lesinski <adamlesinski@google.com>2016-08-15 12:14:26 -0700
commit36c73a595910e96f3552f938eeb81d46356067a1 (patch)
tree69632325f13ba59c48c9951b35abc3ef6e7ceda3 /tools/aapt2/Main.cpp
parent534376f3e9e302946d6f5aae883748107d466c50 (diff)
AAPT2: Expose split support to command line
Bug:30445078 Change-Id: If4b8530dba71b9059b8e62c04757da99c1119d22
Diffstat (limited to 'tools/aapt2/Main.cpp')
-rw-r--r--tools/aapt2/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/Main.cpp b/tools/aapt2/Main.cpp
index a74b5aa2478e..ed55f852c24c 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 = "0";
+static const char* sMinorVersion = "1";
int printVersion() {
std::cerr << "Android Asset Packaging Tool (aapt) "