File tree 22 files changed +49
-49
lines changed
android-interop-testing/app
core/src/main/java/io/grpc/internal
22 files changed +49
-49
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.7.1' }
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.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
45
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.22.0' // 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.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
75
- implementation ' io.grpc:grpc-okhttp:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
76
- implementation ' io.grpc:grpc-protobuf-lite:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
77
- implementation ' io.grpc:grpc-stub:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
78
- implementation ' io.grpc:grpc-testing:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
74
+ implementation ' io.grpc:grpc-auth:1.22.0' // CURRENT_GRPC_VERSION
75
+ implementation ' io.grpc:grpc-okhttp:1.22.0' // CURRENT_GRPC_VERSION
76
+ implementation ' io.grpc:grpc-protobuf-lite:1.22.0' // CURRENT_GRPC_VERSION
77
+ implementation ' io.grpc:grpc-stub:1.22.0' // CURRENT_GRPC_VERSION
78
+ implementation ' io.grpc:grpc-testing:1.22.0' // 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.22.0-SNAPSHOT " // CURRENT_GRPC_VERSION
4
+ version = " 1.22.0" // 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.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
50
+ implementation ' io.grpc:grpc-core:1.22.0' // CURRENT_GRPC_VERSION
51
51
52
- testImplementation ' io.grpc:grpc-okhttp:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
+ testImplementation ' io.grpc:grpc-okhttp:1.22.0' // 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.22.0-SNAPSHOT " // CURRENT_GRPC_VERSION
51
+ version = " 1.22.0" // 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.22.0-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.22.0)",
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.22.0-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.22.0)",
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.22.0-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.22.0)",
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.22.0-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.22.0)",
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 @@ -202,7 +202,7 @@ public byte[] parseAsciiString(byte[] serialized) {
202
202
203
203
public static final Splitter ACCEPT_ENCODING_SPLITTER = Splitter .on (',' ).trimResults ();
204
204
205
- private static final String IMPLEMENTATION_VERSION = "1.22.0-SNAPSHOT " ; // CURRENT_GRPC_VERSION
205
+ private static final String IMPLEMENTATION_VERSION = "1.22.0" ; // CURRENT_GRPC_VERSION
206
206
207
207
/**
208
208
* The default timeout in nanos for a keepalive ping request.
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ android {
39
39
}
40
40
41
41
dependencies {
42
- implementation ' io.grpc:grpc-core:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
43
- testImplementation ' io.grpc:grpc-testing:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
42
+ implementation ' io.grpc:grpc-core:1.22.0' // CURRENT_GRPC_VERSION
43
+ testImplementation ' io.grpc:grpc-testing:1.22.0' // CURRENT_GRPC_VERSION
44
44
45
45
implementation " org.chromium.net:cronet-embedded:66.3359.158"
46
46
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.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
34
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.22.0' // 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.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
53
- implementation ' io.grpc:grpc-protobuf-lite:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
54
- implementation ' io.grpc:grpc-stub:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
+ implementation ' io.grpc:grpc-okhttp:1.22.0' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-protobuf-lite:1.22.0' // CURRENT_GRPC_VERSION
54
+ implementation ' io.grpc:grpc-stub:1.22.0' // 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.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
59
+ testImplementation ' io.grpc:grpc-testing:1.22.0' // CURRENT_GRPC_VERSION
60
60
}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ protobuf {
30
30
protoc { artifact = ' com.google.protobuf:protoc:3.7.1' }
31
31
plugins {
32
32
javalite { artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0" }
33
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
33
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.22.0' // CURRENT_GRPC_VERSION
34
34
}
35
35
}
36
36
generateProtoTasks {
@@ -48,8 +48,8 @@ dependencies {
48
48
implementation ' com.android.support:appcompat-v7:27.0.2'
49
49
50
50
// You need to build grpc-java to obtain these libraries below.
51
- implementation ' io.grpc:grpc-okhttp:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
- implementation ' io.grpc:grpc-protobuf-lite:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
53
- implementation ' io.grpc:grpc-stub:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
51
+ implementation ' io.grpc:grpc-okhttp:1.22.0' // CURRENT_GRPC_VERSION
52
+ implementation ' io.grpc:grpc-protobuf-lite:1.22.0' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-stub:1.22.0' // CURRENT_GRPC_VERSION
54
54
implementation ' javax.annotation:javax.annotation-api:1.2'
55
55
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ protobuf {
29
29
protoc { artifact = ' com.google.protobuf:protoc:3.7.1' }
30
30
plugins {
31
31
javalite { artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0" }
32
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
32
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.22.0' // CURRENT_GRPC_VERSION
33
33
}
34
34
}
35
35
generateProtoTasks {
@@ -47,8 +47,8 @@ dependencies {
47
47
implementation ' com.android.support:appcompat-v7:27.0.2'
48
48
49
49
// You need to build grpc-java to obtain these libraries below.
50
- implementation ' io.grpc:grpc-okhttp:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
51
- implementation ' io.grpc:grpc-protobuf-lite:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
- implementation ' io.grpc:grpc-stub:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
50
+ implementation ' io.grpc:grpc-okhttp:1.22.0' // CURRENT_GRPC_VERSION
51
+ implementation ' io.grpc:grpc-protobuf-lite:1.22.0' // CURRENT_GRPC_VERSION
52
+ implementation ' io.grpc:grpc-stub:1.22.0' // CURRENT_GRPC_VERSION
53
53
implementation ' javax.annotation:javax.annotation-api:1.2'
54
54
}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ protobuf {
30
30
protoc { artifact = ' com.google.protobuf:protoc:3.7.0' }
31
31
plugins {
32
32
javalite { artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0" }
33
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.21.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
33
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.21.0' // CURRENT_GRPC_VERSION
34
34
}
35
35
}
36
36
generateProtoTasks {
@@ -48,8 +48,8 @@ dependencies {
48
48
implementation ' com.android.support:appcompat-v7:28.0.0'
49
49
50
50
// You need to build grpc-java to obtain these libraries below.
51
- implementation ' io.grpc:grpc-okhttp:1.21.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
- implementation ' io.grpc:grpc-protobuf-lite:1.21.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
53
- implementation ' io.grpc:grpc-stub:1.21.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
51
+ implementation ' io.grpc:grpc-okhttp:1.21.0' // CURRENT_GRPC_VERSION
52
+ implementation ' io.grpc:grpc-protobuf-lite:1.21.0' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-stub:1.21.0' // CURRENT_GRPC_VERSION
54
54
implementation ' javax.annotation:javax.annotation-api:1.2'
55
55
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ targetCompatibility = 1.7
21
21
22
22
// Feel free to delete the comment at the next line. It is just for safely
23
23
// updating the version in our release process.
24
- def grpcVersion = ' 1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
24
+ def grpcVersion = ' 1.22.0' // CURRENT_GRPC_VERSION
25
25
def protobufVersion = ' 3.7.1'
26
26
def protocVersion = protobufVersion
27
27
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ targetCompatibility = 1.7
22
22
23
23
// Feel free to delete the comment at the next line. It is just for safely
24
24
// updating the version in our release process.
25
- def grpcVersion = ' 1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
25
+ def grpcVersion = ' 1.22.0' // CURRENT_GRPC_VERSION
26
26
def protocVersion = ' 3.7.1'
27
27
28
28
dependencies {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ targetCompatibility = 1.7
22
22
23
23
// Feel free to delete the comment at the next line. It is just for safely
24
24
// updating the version in our release process.
25
- def grpcVersion = ' 1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
25
+ def grpcVersion = ' 1.22.0' // CURRENT_GRPC_VERSION
26
26
def protobufVersion = ' 3.7.1'
27
27
def protocVersion = protobufVersion
28
28
Original file line number Diff line number Diff line change 6
6
<packaging >jar</packaging >
7
7
<!-- Feel free to delete the comment at the end of these lines. It is just
8
8
for safely updating the version in our release process. -->
9
- <version >1.22.0-SNAPSHOT </version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.22.0</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >example-gauth</name >
11
11
<url >https://github.com/grpc/grpc-java</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <grpc .version>1.22.0-SNAPSHOT </grpc .version><!-- CURRENT_GRPC_VERSION -->
15
+ <grpc .version>1.22.0</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
16
<protobuf .version>3.7.1</protobuf .version>
17
17
<!-- required for jdk9 -->
18
18
<maven .compiler.source>1.7</maven .compiler.source>
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ protobuf {
52
52
protoc { artifact = ' com.google.protobuf:protoc:3.7.1' }
53
53
plugins {
54
54
javalite { artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0" }
55
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
55
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.22.0' // CURRENT_GRPC_VERSION
56
56
}
57
57
}
58
58
generateProtoTasks {
@@ -72,9 +72,9 @@ dependencies {
72
72
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
73
73
74
74
// You need to build grpc-java to obtain these libraries below.
75
- implementation ' io.grpc:grpc-okhttp:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
76
- implementation ' io.grpc:grpc-protobuf-lite:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
77
- implementation ' io.grpc:grpc-stub:1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
75
+ implementation ' io.grpc:grpc-okhttp:1.22.0' // CURRENT_GRPC_VERSION
76
+ implementation ' io.grpc:grpc-protobuf-lite:1.22.0' // CURRENT_GRPC_VERSION
77
+ implementation ' io.grpc:grpc-stub:1.22.0' // CURRENT_GRPC_VERSION
78
78
}
79
79
80
80
repositories { mavenCentral() }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ repositories {
25
25
26
26
// Feel free to delete the comment at the next line. It is just for safely
27
27
// updating the version in our release process.
28
- def grpcVersion = ' 1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
28
+ def grpcVersion = ' 1.22.0' // CURRENT_GRPC_VERSION
29
29
30
30
dependencies {
31
31
def kotlinVerion = plugins. findPlugin(" org.jetbrains.kotlin.jvm" ). kotlinPluginVersion
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ targetCompatibility = 1.7
22
22
23
23
// Feel free to delete the comment at the next line. It is just for safely
24
24
// updating the version in our release process.
25
- def grpcVersion = ' 1.22.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
25
+ def grpcVersion = ' 1.22.0' // CURRENT_GRPC_VERSION
26
26
def nettyTcNativeVersion = ' 2.0.25.Final'
27
27
def protocVersion = ' 3.7.1'
28
28
Original file line number Diff line number Diff line change 6
6
<packaging >jar</packaging >
7
7
<!-- Feel free to delete the comment at the end of these lines. It is just
8
8
for safely updating the version in our release process. -->
9
- <version >1.22.0-SNAPSHOT </version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.22.0</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >example-tls</name >
11
11
<url >https://github.com/grpc/grpc-java</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <grpc .version>1.22.0-SNAPSHOT </grpc .version><!-- CURRENT_GRPC_VERSION -->
15
+ <grpc .version>1.22.0</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
16
<protoc .version>3.7.1</protoc .version>
17
17
<netty .tcnative.version>2.0.25.Final</netty .tcnative.version>
18
18
<!-- required for jdk9 -->
Original file line number Diff line number Diff line change 6
6
<packaging >jar</packaging >
7
7
<!-- Feel free to delete the comment at the end of these lines. It is just
8
8
for safely updating the version in our release process. -->
9
- <version >1.22.0-SNAPSHOT </version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.22.0</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >examples</name >
11
11
<url >https://github.com/grpc/grpc-java</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <grpc .version>1.22.0-SNAPSHOT </grpc .version><!-- CURRENT_GRPC_VERSION -->
15
+ <grpc .version>1.22.0</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
16
<protobuf .version>3.7.1</protobuf .version>
17
17
<protoc .version>3.7.1</protoc .version>
18
18
<!-- required for jdk9 -->
You can’t perform that action at this time.
0 commit comments