File tree Expand file tree Collapse file tree 24 files changed +42
-42
lines changed
core/src/main/java/io/grpc/internal Expand file tree Collapse file tree 24 files changed +42
-42
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ subprojects {
20
20
apply plugin : " net.ltgt.errorprone"
21
21
22
22
group = " io.grpc"
23
- version = " 1.53.0-SNAPSHOT " // CURRENT_GRPC_VERSION
23
+ version = " 1.53.0" // CURRENT_GRPC_VERSION
24
24
25
25
repositories {
26
26
maven { // The google mirror is less flaky than mavenCentral()
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import static io.grpc.MethodDescriptor.generateFullMethodName;
8
8
* </pre>
9
9
*/
10
10
@javax.annotation.Generated(
11
- value = "by gRPC proto compiler (version 1.53.0-SNAPSHOT )",
11
+ value = "by gRPC proto compiler (version 1.53.0)",
12
12
comments = "Source: grpc/testing/compiler/test.proto")
13
13
@io.grpc.stub.annotations.GrpcGenerated
14
14
@java.lang.Deprecated
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import static io.grpc.MethodDescriptor.generateFullMethodName;
8
8
* </pre>
9
9
*/
10
10
@javax.annotation.Generated(
11
- value = "by gRPC proto compiler (version 1.53.0-SNAPSHOT )",
11
+ value = "by gRPC proto compiler (version 1.53.0)",
12
12
comments = "Source: grpc/testing/compiler/test.proto")
13
13
@io.grpc.stub.annotations.GrpcGenerated
14
14
public final class TestServiceGrpc {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import static io.grpc.MethodDescriptor.generateFullMethodName;
8
8
* </pre>
9
9
*/
10
10
@javax.annotation.Generated(
11
- value = "by gRPC proto compiler (version 1.53.0-SNAPSHOT )",
11
+ value = "by gRPC proto compiler (version 1.53.0)",
12
12
comments = "Source: grpc/testing/compiler/test.proto")
13
13
@io.grpc.stub.annotations.GrpcGenerated
14
14
@java.lang.Deprecated
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import static io.grpc.MethodDescriptor.generateFullMethodName;
8
8
* </pre>
9
9
*/
10
10
@javax.annotation.Generated(
11
- value = "by gRPC proto compiler (version 1.53.0-SNAPSHOT )",
11
+ value = "by gRPC proto compiler (version 1.53.0)",
12
12
comments = "Source: grpc/testing/compiler/test.proto")
13
13
@io.grpc.stub.annotations.GrpcGenerated
14
14
public final class TestServiceGrpc {
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ public byte[] parseAsciiString(byte[] serialized) {
217
217
218
218
public static final Splitter ACCEPT_ENCODING_SPLITTER = Splitter .on (',' ).trimResults ();
219
219
220
- private static final String IMPLEMENTATION_VERSION = "1.53.0-SNAPSHOT " ; // CURRENT_GRPC_VERSION
220
+ private static final String IMPLEMENTATION_VERSION = "1.53.0" ; // CURRENT_GRPC_VERSION
221
221
222
222
/**
223
223
* The default timeout in nanos for a keepalive ping request.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
34
34
protobuf {
35
35
protoc { artifact = ' com.google.protobuf:protoc:3.21.7' }
36
36
plugins {
37
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
37
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.53.0' // CURRENT_GRPC_VERSION
38
38
}
39
39
}
40
40
generateProtoTasks {
@@ -54,12 +54,12 @@ dependencies {
54
54
implementation ' com.android.support:appcompat-v7:27.0.2'
55
55
56
56
// You need to build grpc-java to obtain these libraries below.
57
- implementation ' io.grpc:grpc-okhttp:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
58
- implementation ' io.grpc:grpc-protobuf-lite:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
59
- implementation ' io.grpc:grpc-stub:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
57
+ implementation ' io.grpc:grpc-okhttp:1.53.0' // CURRENT_GRPC_VERSION
58
+ implementation ' io.grpc:grpc-protobuf-lite:1.53.0' // CURRENT_GRPC_VERSION
59
+ implementation ' io.grpc:grpc-stub:1.53.0' // CURRENT_GRPC_VERSION
60
60
implementation ' org.apache.tomcat:annotations-api:6.0.53'
61
61
62
62
testImplementation ' junit:junit:4.13.2'
63
63
testImplementation ' com.google.truth:truth:1.0.1'
64
- testImplementation ' io.grpc:grpc-testing:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
64
+ testImplementation ' io.grpc:grpc-testing:1.53.0' // CURRENT_GRPC_VERSION
65
65
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
protobuf {
33
33
protoc { artifact = ' com.google.protobuf:protoc:3.21.7' }
34
34
plugins {
35
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
35
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.53.0' // CURRENT_GRPC_VERSION
36
36
}
37
37
}
38
38
generateProtoTasks {
@@ -52,8 +52,8 @@ dependencies {
52
52
implementation ' com.android.support:appcompat-v7:27.0.2'
53
53
54
54
// You need to build grpc-java to obtain these libraries below.
55
- implementation ' io.grpc:grpc-okhttp:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
56
- implementation ' io.grpc:grpc-protobuf-lite:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
57
- implementation ' io.grpc:grpc-stub:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
55
+ implementation ' io.grpc:grpc-okhttp:1.53.0' // CURRENT_GRPC_VERSION
56
+ implementation ' io.grpc:grpc-protobuf-lite:1.53.0' // CURRENT_GRPC_VERSION
57
+ implementation ' io.grpc:grpc-stub:1.53.0' // CURRENT_GRPC_VERSION
58
58
implementation ' org.apache.tomcat:annotations-api:6.0.53'
59
59
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
protobuf {
33
33
protoc { artifact = ' com.google.protobuf:protoc:3.21.7' }
34
34
plugins {
35
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
35
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.53.0' // CURRENT_GRPC_VERSION
36
36
}
37
37
}
38
38
generateProtoTasks {
@@ -52,8 +52,8 @@ dependencies {
52
52
implementation ' com.android.support:appcompat-v7:27.0.2'
53
53
54
54
// You need to build grpc-java to obtain these libraries below.
55
- implementation ' io.grpc:grpc-okhttp:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
56
- implementation ' io.grpc:grpc-protobuf-lite:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
57
- implementation ' io.grpc:grpc-stub:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
55
+ implementation ' io.grpc:grpc-okhttp:1.53.0' // CURRENT_GRPC_VERSION
56
+ implementation ' io.grpc:grpc-protobuf-lite:1.53.0' // CURRENT_GRPC_VERSION
57
+ implementation ' io.grpc:grpc-stub:1.53.0' // CURRENT_GRPC_VERSION
58
58
implementation ' org.apache.tomcat:annotations-api:6.0.53'
59
59
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
33
33
protobuf {
34
34
protoc { artifact = ' com.google.protobuf:protoc:3.21.7' }
35
35
plugins {
36
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
36
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.53.0' // CURRENT_GRPC_VERSION
37
37
}
38
38
}
39
39
generateProtoTasks {
@@ -53,8 +53,8 @@ dependencies {
53
53
implementation ' com.android.support:appcompat-v7:28.0.0'
54
54
55
55
// You need to build grpc-java to obtain these libraries below.
56
- implementation ' io.grpc:grpc-okhttp:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
57
- implementation ' io.grpc:grpc-protobuf-lite:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
58
- implementation ' io.grpc:grpc-stub:1.53.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
56
+ implementation ' io.grpc:grpc-okhttp:1.53.0' // CURRENT_GRPC_VERSION
57
+ implementation ' io.grpc:grpc-protobuf-lite:1.53.0' // CURRENT_GRPC_VERSION
58
+ implementation ' io.grpc:grpc-stub:1.53.0' // CURRENT_GRPC_VERSION
59
59
implementation ' org.apache.tomcat:annotations-api:6.0.53'
60
60
}
You can’t perform that action at this time.
0 commit comments