summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD.bazel3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 232bb9c..0e2d45f 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -12,13 +12,14 @@ maven_library(
bundled_deps = [
":com.google.auto.value_auto-value_neverlink",
],
- coordinates = "com.android.tools.build:apkzlib:" + BUILD_VERSION,
+ coordinates = "com.android.tools.build:apkzlib",
description = "Library used to incrementally build and sign APKs",
notice = "NOTICE",
plugins = [
":auto-value-plugin",
],
resource_strip_prefix = "tools/apkzlib",
+ version = BUILD_VERSION,
visibility = [
"//tools/base:__pkg__",
"//tools/base/build-system:__subpackages__",