Skip to content

Commit 3d8e392

Browse files
committed
Bump version to 1.22.2
1 parent 6882b2a commit 3d8e392

File tree

23 files changed

+51
-51
lines changed

23 files changed

+51
-51
lines changed

android-interop-testing/app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protobuf {
4242
protoc { artifact = 'com.google.protobuf:protoc:3.7.1' }
4343
plugins {
4444
javalite { artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0" }
45-
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.22.2-SNAPSHOT' // CURRENT_GRPC_VERSION
45+
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.22.2' // CURRENT_GRPC_VERSION
4646
}
4747
}
4848
generateProtoTasks {
@@ -71,11 +71,11 @@ dependencies {
7171
implementation 'junit:junit:4.12'
7272

7373
// You need to build grpc-java to obtain the grpc libraries below.
74-
implementation 'io.grpc:grpc-auth:1.22.2-SNAPSHOT' // CURRENT_GRPC_VERSION
75-
implementation 'io.grpc:grpc-okhttp:1.22.2-SNAPSHOT' // CURRENT_GRPC_VERSION
76-
implementation 'io.grpc:grpc-protobuf-lite:1.22.2-SNAPSHOT' // CURRENT_GRPC_VERSION
77-
implementation 'io.grpc:grpc-stub:1.22.2-SNAPSHOT' // CURRENT_GRPC_VERSION
78-
implementation 'io.grpc:grpc-testing:1.22.2-SNAPSHOT' // CURRENT_GRPC_VERSION
74+
implementation 'io.grpc:grpc-auth:1.22.2' // CURRENT_GRPC_VERSION
75+
implementation 'io.grpc:grpc-okhttp:1.22.2' // CURRENT_GRPC_VERSION
76+
implementation 'io.grpc:grpc-protobuf-lite:1.22.2' // CURRENT_GRPC_VERSION
77+
implementation 'io.grpc:grpc-stub:1.22.2' // CURRENT_GRPC_VERSION
78+
implementation 'io.grpc:grpc-testing:1.22.2' // CURRENT_GRPC_VERSION
7979

8080
// workaround for https://github.com/google/protobuf/issues/1889
8181
protobuf 'com.google.protobuf:protobuf-java:3.0.2'

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22

33
group = "io.grpc"
4-
version = "1.22.2-SNAPSHOT" // CURRENT_GRPC_VERSION
4+
version = "1.22.2" // CURRENT_GRPC_VERSION
55
description = 'gRPC: Android'
66

77
buildscript {
@@ -47,9 +47,9 @@ dependencies {
4747
errorprone 'com.google.errorprone:error_prone_core:2.3.3'
4848
errorproneJavac 'com.google.errorprone:javac:9+181-r4173-1'
4949

50-
implementation 'io.grpc:grpc-core:1.22.2-SNAPSHOT' // CURRENT_GRPC_VERSION
50+
implementation 'io.grpc:grpc-core:1.22.2' // CURRENT_GRPC_VERSION
5151

52-
testImplementation 'io.grpc:grpc-okhttp:1.22.2-SNAPSHOT' // CURRENT_GRPC_VERSION
52+
testImplementation 'io.grpc:grpc-okhttp:1.22.2' // CURRENT_GRPC_VERSION
5353
testImplementation 'junit:junit:4.12'
5454
testImplementation 'org.robolectric:robolectric:3.7.1'
5555
testImplementation 'com.google.truth:truth:0.45'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ subprojects {
4848
}
4949

5050
group = "io.grpc"
51-
version = "1.22.2-SNAPSHOT" // CURRENT_GRPC_VERSION
51+
version = "1.22.2" // CURRENT_GRPC_VERSION
5252

5353
sourceCompatibility = 1.7
5454
targetCompatibility = 1.7

compiler/src/test/golden/TestDeprecatedService.java.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.22.2-SNAPSHOT)",
24+
value = "by gRPC proto compiler (version 1.22.2)",
2525
comments = "Source: grpc/testing/compiler/test.proto")
2626
@java.lang.Deprecated
2727
public final class TestDeprecatedServiceGrpc {

compiler/src/test/golden/TestService.java.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.22.2-SNAPSHOT)",
24+
value = "by gRPC proto compiler (version 1.22.2)",
2525
comments = "Source: grpc/testing/compiler/test.proto")
2626
public final class TestServiceGrpc {
2727

compiler/src/testLite/golden/TestDeprecatedService.java.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.22.2-SNAPSHOT)",
24+
value = "by gRPC proto compiler (version 1.22.2)",
2525
comments = "Source: grpc/testing/compiler/test.proto")
2626
@java.lang.Deprecated
2727
public final class TestDeprecatedServiceGrpc {

compiler/src/testLite/golden/TestService.java.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.22.2-SNAPSHOT)",
24+
value = "by gRPC proto compiler (version 1.22.2)",
2525
comments = "Source: grpc/testing/compiler/test.proto")
2626
public final class TestServiceGrpc {
2727

core/src/main/java/io/grpc/internal/GrpcUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public byte[] parseAsciiString(byte[] serialized) {
202202

203203
public static final Splitter ACCEPT_ENCODING_SPLITTER = Splitter.on(',').trimResults();
204204

205-
private static final String IMPLEMENTATION_VERSION = "1.22.2-SNAPSHOT"; // CURRENT_GRPC_VERSION
205+
private static final String IMPLEMENTATION_VERSION = "1.22.2"; // CURRENT_GRPC_VERSION
206206

207207
/**
208208
* The default timeout in nanos for a keepalive ping request.

cronet/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939
}
4040

4141
dependencies {
42-
implementation 'io.grpc:grpc-core:1.22.2-SNAPSHOT' // CURRENT_GRPC_VERSION
43-
testImplementation 'io.grpc:grpc-testing:1.22.2-SNAPSHOT' // CURRENT_GRPC_VERSION
42+
implementation 'io.grpc:grpc-core:1.22.2' // CURRENT_GRPC_VERSION
43+
testImplementation 'io.grpc:grpc-testing:1.22.2' // CURRENT_GRPC_VERSION
4444

4545
implementation "org.chromium.net:cronet-embedded:66.3359.158"
4646

documentation/android-channel-builder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ In your `build.gradle` file, include a dependency on both `grpc-android` and
3636
`grpc-okhttp`:
3737

3838
```
39-
compile 'io.grpc:grpc-android:1.22.2-SNAPSHOT' // CURRENT_GRPC_VERSION
40-
compile 'io.grpc:grpc-okhttp:1.22.2-SNAPSHOT' // CURRENT_GRPC_VERSION
39+
compile 'io.grpc:grpc-android:1.22.2' // CURRENT_GRPC_VERSION
40+
compile 'io.grpc:grpc-okhttp:1.22.2' // CURRENT_GRPC_VERSION
4141
```
4242

4343
You will also need permission to access the device's network state in your

0 commit comments

Comments
 (0)