File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
android-interop-testing/app Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ protobuf {
3232 }
3333 plugins {
3434 grpc {
35- artifact = ' io.grpc:protoc-gen-grpc-java:0.13.0-SNAPSHOT '
35+ artifact = ' io.grpc:protoc-gen-grpc-java:0.13.0'
3636 }
3737 }
3838 generateProtoTasks {
@@ -63,9 +63,9 @@ dependencies {
6363 compile ' com.squareup.okhttp:okhttp:2.2.0'
6464 testCompile ' junit:junit:4.12'
6565 // You need to build grpc-java to obtain these libraries below.
66- compile ' io.grpc:grpc-protobuf-nano:0.13.0-SNAPSHOT '
67- compile ' io.grpc:grpc-okhttp:0.13.0-SNAPSHOT '
68- compile ' io.grpc:grpc-stub:0.13.0-SNAPSHOT '
69- compile ' io.grpc:grpc-testing:0.13.0-SNAPSHOT '
66+ compile ' io.grpc:grpc-protobuf-nano:0.13.0'
67+ compile ' io.grpc:grpc-okhttp:0.13.0'
68+ compile ' io.grpc:grpc-stub:0.13.0'
69+ compile ' io.grpc:grpc-testing:0.13.0'
7070 compile ' javax.annotation:javax.annotation-api:1.2'
7171}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ subprojects {
1919 apply plugin : " com.google.osdetector"
2020
2121 group = " io.grpc"
22- version = " 0.13.0-SNAPSHOT "
22+ version = " 0.13.0"
2323
2424 sourceCompatibility = 1.6
2525 targetCompatibility = 1.6
You can’t perform that action at this time.
0 commit comments