File tree Expand file tree Collapse file tree 23 files changed +51
-51
lines changed
android-interop-testing/app
core/src/main/java/io/grpc/internal Expand file tree Collapse file tree 23 files changed +51
-51
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
41
41
protobuf {
42
42
protoc { artifact = ' com.google.protobuf:protoc:3.11.0' }
43
43
plugins {
44
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.27.0 ' // CURRENT_GRPC_VERSION
44
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
45
45
}
46
46
}
47
47
generateProtoTasks {
@@ -72,12 +72,12 @@ dependencies {
72
72
implementation ' junit:junit:4.12'
73
73
74
74
// You need to build grpc-java to obtain the grpc libraries below.
75
- implementation ' io.grpc:grpc-auth:1.27.0 ' // CURRENT_GRPC_VERSION
76
- implementation ' io.grpc:grpc-census:1.27.0 ' // CURRENT_GRPC_VERSION
77
- implementation ' io.grpc:grpc-okhttp:1.27.0 ' // CURRENT_GRPC_VERSION
78
- implementation ' io.grpc:grpc-protobuf-lite:1.27.0 ' // CURRENT_GRPC_VERSION
79
- implementation ' io.grpc:grpc-stub:1.27.0 ' // CURRENT_GRPC_VERSION
80
- implementation ' io.grpc:grpc-testing:1.27.0 ' // CURRENT_GRPC_VERSION
75
+ implementation ' io.grpc:grpc-auth:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
76
+ implementation ' io.grpc:grpc-census:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
77
+ implementation ' io.grpc:grpc-okhttp:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
78
+ implementation ' io.grpc:grpc-protobuf-lite:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
79
+ implementation ' io.grpc:grpc-stub:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
80
+ implementation ' io.grpc:grpc-testing:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
81
81
82
82
androidTestImplementation ' androidx.test:rules:1.1.0-alpha1'
83
83
androidTestImplementation ' androidx.test:runner:1.1.0-alpha1'
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.27.0 " // CURRENT_GRPC_VERSION
4
+ version = " 1.27.1-SNAPSHOT " // 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.4'
48
48
errorproneJavac ' com.google.errorprone:javac:9+181-r4173-1'
49
49
50
- implementation ' io.grpc:grpc-core:1.27.0 ' // CURRENT_GRPC_VERSION
50
+ implementation ' io.grpc:grpc-core:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
51
51
52
- testImplementation ' io.grpc:grpc-okhttp:1.27.0 ' // CURRENT_GRPC_VERSION
52
+ testImplementation ' io.grpc:grpc-okhttp:1.27.1-SNAPSHOT ' // 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:1.0'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ subprojects {
18
18
apply plugin : " net.ltgt.errorprone"
19
19
20
20
group = " io.grpc"
21
- version = " 1.27.0 " // CURRENT_GRPC_VERSION
21
+ version = " 1.27.1-SNAPSHOT " // CURRENT_GRPC_VERSION
22
22
23
23
repositories {
24
24
maven { // The google mirror is less flaky than mavenCentral()
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.27.0 )",
24
+ value = "by gRPC proto compiler (version 1.27.1-SNAPSHOT )",
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.27.0 )",
24
+ value = "by gRPC proto compiler (version 1.27.1-SNAPSHOT )",
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.27.0 )",
24
+ value = "by gRPC proto compiler (version 1.27.1-SNAPSHOT )",
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.27.0 )",
24
+ value = "by gRPC proto compiler (version 1.27.1-SNAPSHOT )",
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.27.0 " ; // CURRENT_GRPC_VERSION
198
+ private static final String IMPLEMENTATION_VERSION = "1.27.1-SNAPSHOT " ; // 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 @@ -30,7 +30,7 @@ android {
30
30
protobuf {
31
31
protoc { artifact = ' com.google.protobuf:protoc:3.11.0' }
32
32
plugins {
33
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.27.0 ' // CURRENT_GRPC_VERSION
33
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
34
34
}
35
35
}
36
36
generateProtoTasks {
@@ -50,12 +50,12 @@ dependencies {
50
50
implementation ' com.android.support:appcompat-v7:27.0.2'
51
51
52
52
// You need to build grpc-java to obtain these libraries below.
53
- implementation ' io.grpc:grpc-okhttp:1.27.0 ' // CURRENT_GRPC_VERSION
54
- implementation ' io.grpc:grpc-protobuf-lite:1.27.0 ' // CURRENT_GRPC_VERSION
55
- implementation ' io.grpc:grpc-stub:1.27.0 ' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-okhttp:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
54
+ implementation ' io.grpc:grpc-protobuf-lite:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
55
+ implementation ' io.grpc:grpc-stub:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
56
56
implementation ' javax.annotation:javax.annotation-api:1.2'
57
57
58
58
testImplementation ' junit:junit:4.12'
59
59
testImplementation ' com.google.truth:truth:1.0'
60
- testImplementation ' io.grpc:grpc-testing:1.27.0 ' // CURRENT_GRPC_VERSION
60
+ testImplementation ' io.grpc:grpc-testing:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
61
61
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
29
29
protobuf {
30
30
protoc { artifact = ' com.google.protobuf:protoc:3.11.0' }
31
31
plugins {
32
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.27.0 ' // CURRENT_GRPC_VERSION
32
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
33
33
}
34
34
}
35
35
generateProtoTasks {
@@ -49,8 +49,8 @@ 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.27.0 ' // CURRENT_GRPC_VERSION
53
- implementation ' io.grpc:grpc-protobuf-lite:1.27.0 ' // CURRENT_GRPC_VERSION
54
- implementation ' io.grpc:grpc-stub:1.27.0 ' // CURRENT_GRPC_VERSION
52
+ implementation ' io.grpc:grpc-okhttp:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-protobuf-lite:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
54
+ implementation ' io.grpc:grpc-stub:1.27.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
55
55
implementation ' javax.annotation:javax.annotation-api:1.2'
56
56
}
You can’t perform that action at this time.
0 commit comments