File tree Expand file tree Collapse file tree 22 files changed +50
-50
lines changed
android-interop-testing/app
core/src/main/java/io/grpc/internal Expand file tree Collapse file tree 22 files changed +50
-50
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ protobuf {
42
42
protoc { artifact = ' com.google.protobuf:protoc:3.9.0' }
43
43
plugins {
44
44
javalite { artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0" }
45
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
45
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.24.2' // CURRENT_GRPC_VERSION
46
46
}
47
47
}
48
48
generateProtoTasks {
@@ -71,11 +71,11 @@ dependencies {
71
71
implementation ' junit:junit:4.12'
72
72
73
73
// You need to build grpc-java to obtain the grpc libraries below.
74
- implementation ' io.grpc:grpc-auth:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
75
- implementation ' io.grpc:grpc-okhttp:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
76
- implementation ' io.grpc:grpc-protobuf-lite:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
77
- implementation ' io.grpc:grpc-stub:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
78
- implementation ' io.grpc:grpc-testing:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
74
+ implementation ' io.grpc:grpc-auth:1.24.2' // CURRENT_GRPC_VERSION
75
+ implementation ' io.grpc:grpc-okhttp:1.24.2' // CURRENT_GRPC_VERSION
76
+ implementation ' io.grpc:grpc-protobuf-lite:1.24.2' // CURRENT_GRPC_VERSION
77
+ implementation ' io.grpc:grpc-stub:1.24.2' // CURRENT_GRPC_VERSION
78
+ implementation ' io.grpc:grpc-testing:1.24.2' // CURRENT_GRPC_VERSION
79
79
80
80
// workaround for https://github.com/google/protobuf/issues/1889
81
81
protobuf ' com.google.protobuf:protobuf-java:3.0.2'
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
group = " io.grpc"
4
- version = " 1.24.2-SNAPSHOT " // CURRENT_GRPC_VERSION
4
+ version = " 1.24.2" // CURRENT_GRPC_VERSION
5
5
description = ' gRPC: Android'
6
6
7
7
buildscript {
@@ -47,9 +47,9 @@ dependencies {
47
47
errorprone ' com.google.errorprone:error_prone_core:2.3.3'
48
48
errorproneJavac ' com.google.errorprone:javac:9+181-r4173-1'
49
49
50
- implementation ' io.grpc:grpc-core:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
50
+ implementation ' io.grpc:grpc-core:1.24.2' // CURRENT_GRPC_VERSION
51
51
52
- testImplementation ' io.grpc:grpc-okhttp:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
+ testImplementation ' io.grpc:grpc-okhttp:1.24.2' // CURRENT_GRPC_VERSION
53
53
testImplementation ' junit:junit:4.12'
54
54
testImplementation ' org.robolectric:robolectric:3.7.1'
55
55
testImplementation ' com.google.truth:truth:0.45'
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ subprojects {
48
48
}
49
49
50
50
group = " io.grpc"
51
- version = " 1.24.2-SNAPSHOT " // CURRENT_GRPC_VERSION
51
+ version = " 1.24.2" // CURRENT_GRPC_VERSION
52
52
53
53
sourceCompatibility = 1.7
54
54
targetCompatibility = 1.7
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
21
21
* </pre>
22
22
*/
23
23
@javax.annotation.Generated(
24
- value = "by gRPC proto compiler (version 1.24.2-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.24.2)",
25
25
comments = "Source: grpc/testing/compiler/test.proto")
26
26
@java.lang.Deprecated
27
27
public final class TestDeprecatedServiceGrpc {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
21
21
* </pre>
22
22
*/
23
23
@javax.annotation.Generated(
24
- value = "by gRPC proto compiler (version 1.24.2-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.24.2)",
25
25
comments = "Source: grpc/testing/compiler/test.proto")
26
26
public final class TestServiceGrpc {
27
27
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
21
21
* </pre>
22
22
*/
23
23
@javax.annotation.Generated(
24
- value = "by gRPC proto compiler (version 1.24.2-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.24.2)",
25
25
comments = "Source: grpc/testing/compiler/test.proto")
26
26
@java.lang.Deprecated
27
27
public final class TestDeprecatedServiceGrpc {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
21
21
* </pre>
22
22
*/
23
23
@javax.annotation.Generated(
24
- value = "by gRPC proto compiler (version 1.24.2-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.24.2)",
25
25
comments = "Source: grpc/testing/compiler/test.proto")
26
26
public final class TestServiceGrpc {
27
27
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ public byte[] parseAsciiString(byte[] serialized) {
195
195
196
196
public static final Splitter ACCEPT_ENCODING_SPLITTER = Splitter .on (',' ).trimResults ();
197
197
198
- private static final String IMPLEMENTATION_VERSION = "1.24.2-SNAPSHOT " ; // CURRENT_GRPC_VERSION
198
+ private static final String IMPLEMENTATION_VERSION = "1.24.2" ; // CURRENT_GRPC_VERSION
199
199
200
200
/**
201
201
* The default timeout in nanos for a keepalive ping request.
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
group = " io.grpc"
4
- version = " 1.24.2-SNAPSHOT " // CURRENT_GRPC_VERSION
4
+ version = " 1.24.2" // CURRENT_GRPC_VERSION
5
5
description = " gRPC: Cronet Android"
6
6
7
7
buildscript {
@@ -54,8 +54,8 @@ dependencies {
54
54
errorprone ' com.google.errorprone:error_prone_core:2.3.3'
55
55
errorproneJavac ' com.google.errorprone:javac:9+181-r4173-1'
56
56
57
- implementation ' io.grpc:grpc-core:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
58
- testImplementation ' io.grpc:grpc-testing:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
57
+ implementation ' io.grpc:grpc-core:1.24.2' // CURRENT_GRPC_VERSION
58
+ testImplementation ' io.grpc:grpc-testing:1.24.2' // CURRENT_GRPC_VERSION
59
59
60
60
implementation ' org.chromium.net:cronet-api:76.3809.111'
61
61
testImplementation ' org.chromium.net:cronet-embedded:66.3359.158'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ protobuf {
31
31
protoc { artifact = ' com.google.protobuf:protoc:3.4.0' }
32
32
plugins {
33
33
javalite { artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0" }
34
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
34
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.24.2' // CURRENT_GRPC_VERSION
35
35
}
36
36
}
37
37
generateProtoTasks {
@@ -49,12 +49,12 @@ dependencies {
49
49
implementation ' com.android.support:appcompat-v7:27.0.2'
50
50
51
51
// You need to build grpc-java to obtain these libraries below.
52
- implementation ' io.grpc:grpc-okhttp:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
53
- implementation ' io.grpc:grpc-protobuf-lite:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
54
- implementation ' io.grpc:grpc-stub:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
+ implementation ' io.grpc:grpc-okhttp:1.24.2' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-protobuf-lite:1.24.2' // CURRENT_GRPC_VERSION
54
+ implementation ' io.grpc:grpc-stub:1.24.2' // CURRENT_GRPC_VERSION
55
55
implementation ' javax.annotation:javax.annotation-api:1.2'
56
56
57
57
testImplementation ' junit:junit:4.12'
58
58
testImplementation ' com.google.truth:truth:0.45'
59
- testImplementation ' io.grpc:grpc-testing:1.24.2-SNAPSHOT ' // CURRENT_GRPC_VERSION
59
+ testImplementation ' io.grpc:grpc-testing:1.24.2' // CURRENT_GRPC_VERSION
60
60
}
You can’t perform that action at this time.
0 commit comments