File tree Expand file tree Collapse file tree 12 files changed +27
-27
lines changed
android-interop-testing/app
core/src/main/java/io/grpc/internal Expand file tree Collapse file tree 12 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ protobuf {
3434 }
3535 plugins {
3636 grpc {
37- artifact = ' io.grpc:protoc-gen-grpc-java:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
37+ artifact = ' io.grpc:protoc-gen-grpc-java:1.10.1' // CURRENT_GRPC_VERSION
3838 }
3939 }
4040 generateProtoTasks {
@@ -62,10 +62,10 @@ dependencies {
6262 compile ' com.android.support:support-annotations:23.1.1'
6363 compile ' com.google.android.gms:play-services-base:7.3.0'
6464 // You need to build grpc-java to obtain the grpc libraries below.
65- compile ' io.grpc:grpc-protobuf-nano:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
66- compile ' io.grpc:grpc-okhttp:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
67- compile ' io.grpc:grpc-stub:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
68- compile ' io.grpc:grpc-testing:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
65+ compile ' io.grpc:grpc-protobuf-nano:1.10.1' // CURRENT_GRPC_VERSION
66+ compile ' io.grpc:grpc-okhttp:1.10.1' // CURRENT_GRPC_VERSION
67+ compile ' io.grpc:grpc-stub:1.10.1' // CURRENT_GRPC_VERSION
68+ compile ' io.grpc:grpc-testing:1.10.1' // CURRENT_GRPC_VERSION
6969 compile ' javax.annotation:javax.annotation-api:1.2'
7070 compile ' junit:junit:4.12'
7171
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ subprojects {
5353 idea. module. inheritOutputDirs = true
5454
5555 group = " io.grpc"
56- version = " 1.10.1-SNAPSHOT " // CURRENT_GRPC_VERSION
56+ version = " 1.10.1" // CURRENT_GRPC_VERSION
5757
5858 sourceCompatibility = 1.6
5959 targetCompatibility = 1.6
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
2121 * </pre>
2222 */
2323@javax.annotation.Generated(
24- value = "by gRPC proto compiler (version 1.10.1-SNAPSHOT )",
24+ value = "by gRPC proto compiler (version 1.10.1)",
2525 comments = "Source: test.proto")
2626public final class TestServiceGrpc {
2727
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
2121 * </pre>
2222 */
2323@javax.annotation.Generated(
24- value = "by gRPC proto compiler (version 1.10.1-SNAPSHOT )",
24+ value = "by gRPC proto compiler (version 1.10.1)",
2525 comments = "Source: test.proto")
2626public final class TestServiceGrpc {
2727
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import java.io.IOException;
2323 * </pre>
2424 */
2525@javax.annotation.Generated(
26- value = "by gRPC proto compiler (version 1.10.1-SNAPSHOT )",
26+ value = "by gRPC proto compiler (version 1.10.1)",
2727 comments = "Source: test.proto")
2828public final class TestServiceGrpc {
2929
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ public byte[] parseAsciiString(byte[] serialized) {
194194
195195 public static final Splitter ACCEPT_ENCODING_SPLITTER = Splitter .on (',' ).trimResults ();
196196
197- private static final String IMPLEMENTATION_VERSION = "1.10.1-SNAPSHOT " ; // CURRENT_GRPC_VERSION
197+ private static final String IMPLEMENTATION_VERSION = "1.10.1" ; // CURRENT_GRPC_VERSION
198198
199199 /**
200200 * The default delay in nanos before we send a keepalive.
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ android {
4848}
4949
5050dependencies {
51- implementation ' io.grpc:grpc-core:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
52- testImplementation ' io.grpc:grpc-testing:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
51+ implementation ' io.grpc:grpc-core:1.10.1' // CURRENT_GRPC_VERSION
52+ testImplementation ' io.grpc:grpc-testing:1.10.1' // CURRENT_GRPC_VERSION
5353
5454 implementation files(' libs/cronet_api.jar' )
5555 implementation files(' libs/cronet_impl_common_java.jar' )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ protobuf {
3838 artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0"
3939 }
4040 grpc {
41- artifact = ' io.grpc:protoc-gen-grpc-java:1.9.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
41+ artifact = ' io.grpc:protoc-gen-grpc-java:1.9.0' // CURRENT_GRPC_VERSION
4242 }
4343 }
4444 generateProtoTasks {
@@ -58,9 +58,9 @@ dependencies {
5858 compile ' com.android.support:appcompat-v7:27.0.2'
5959
6060 // You need to build grpc-java to obtain these libraries below.
61- compile ' io.grpc:grpc-okhttp:1.9.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
62- compile ' io.grpc:grpc-protobuf-lite:1.9.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
63- compile ' io.grpc:grpc-stub:1.9.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
61+ compile ' io.grpc:grpc-okhttp:1.9.0' // CURRENT_GRPC_VERSION
62+ compile ' io.grpc:grpc-protobuf-lite:1.9.0' // CURRENT_GRPC_VERSION
63+ compile ' io.grpc:grpc-stub:1.9.0' // CURRENT_GRPC_VERSION
6464 compile ' javax.annotation:javax.annotation-api:1.2'
6565
6666 testCompile ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ protobuf {
3737 artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0"
3838 }
3939 grpc {
40- artifact = ' io.grpc:protoc-gen-grpc-java:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
40+ artifact = ' io.grpc:protoc-gen-grpc-java:1.10.1' // CURRENT_GRPC_VERSION
4141 }
4242 }
4343 generateProtoTasks {
@@ -57,8 +57,8 @@ dependencies {
5757 compile ' com.android.support:appcompat-v7:27.0.2'
5858
5959 // You need to build grpc-java to obtain these libraries below.
60- compile ' io.grpc:grpc-okhttp:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
61- compile ' io.grpc:grpc-protobuf-lite:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
62- compile ' io.grpc:grpc-stub:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
60+ compile ' io.grpc:grpc-okhttp:1.10.1' // CURRENT_GRPC_VERSION
61+ compile ' io.grpc:grpc-protobuf-lite:1.10.1' // CURRENT_GRPC_VERSION
62+ compile ' io.grpc:grpc-stub:1.10.1' // CURRENT_GRPC_VERSION
6363 compile ' javax.annotation:javax.annotation-api:1.2'
6464}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ protobuf {
3636 artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0"
3737 }
3838 grpc {
39- artifact = ' io.grpc:protoc-gen-grpc-java:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
39+ artifact = ' io.grpc:protoc-gen-grpc-java:1.10.1' // CURRENT_GRPC_VERSION
4040 }
4141 }
4242 generateProtoTasks {
@@ -56,8 +56,8 @@ dependencies {
5656 compile ' com.android.support:appcompat-v7:27.0.2'
5757
5858 // You need to build grpc-java to obtain these libraries below.
59- compile ' io.grpc:grpc-okhttp:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
60- compile ' io.grpc:grpc-protobuf-lite:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
61- compile ' io.grpc:grpc-stub:1.10.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
59+ compile ' io.grpc:grpc-okhttp:1.10.1' // CURRENT_GRPC_VERSION
60+ compile ' io.grpc:grpc-protobuf-lite:1.10.1' // CURRENT_GRPC_VERSION
61+ compile ' io.grpc:grpc-stub:1.10.1' // CURRENT_GRPC_VERSION
6262 compile ' javax.annotation:javax.annotation-api:1.2'
6363}
You can’t perform that action at this time.
0 commit comments