File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
examples/android/routeguide/app Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,12 @@ android {
2525
2626protobuf {
2727 protoc {
28- artifact = ' com.google.protobuf:protoc:3.0.0-beta-3 '
28+ artifact = ' com.google.protobuf:protoc:3.0.0'
2929 }
3030 plugins {
31+ javalite {
32+ artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0"
33+ }
3134 grpc {
3235 artifact = ' io.grpc:protoc-gen-grpc-java:1.1.0-SNAPSHOT' // CURRENT_GRPC_VERSION
3336 }
@@ -37,13 +40,10 @@ protobuf {
3740 task. builtins {
3841 // Javanano is installed by default, but needs to be removed to use protobuf lite..
3942 remove javanano
40- java {
41- // Options added to --java_out
42- option ' lite'
43- }
4443 }
4544
4645 task. plugins {
46+ javalite {}
4747 grpc {
4848 // Options added to --grpc_out
4949 option ' lite'
You can’t perform that action at this time.
0 commit comments