aboutsummaryrefslogtreecommitdiff
path: root/protobuf-lite
diff options
context:
space:
mode:
Diffstat (limited to 'protobuf-lite')
-rw-r--r--protobuf-lite/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/protobuf-lite/build.gradle b/protobuf-lite/build.gradle
index 39af071db..0a15e66fb 100644
--- a/protobuf-lite/build.gradle
+++ b/protobuf-lite/build.gradle
@@ -33,7 +33,7 @@ protobuf {
if (project.hasProperty('protoc')) {
path = project.protoc
} else {
- artifact = "com.google.protobuf:protoc:${protobufVersion}"
+ artifact = "com.google.protobuf:protoc:${protocVersion}"
}
}
plugins {