File tree 13 files changed +31
-31
lines changed
android-interop-testing/app
core/src/main/java/io/grpc/internal
13 files changed +31
-31
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ protobuf {
34
34
}
35
35
plugins {
36
36
grpc {
37
- artifact = ' io.grpc:protoc-gen-grpc-java:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
37
+ artifact = ' io.grpc:protoc-gen-grpc-java:1.12.0' // CURRENT_GRPC_VERSION
38
38
}
39
39
}
40
40
generateProtoTasks {
@@ -62,10 +62,10 @@ dependencies {
62
62
compile ' com.android.support:support-annotations:23.1.1'
63
63
compile ' com.google.android.gms:play-services-base:7.3.0'
64
64
// You need to build grpc-java to obtain the grpc libraries below.
65
- compile ' io.grpc:grpc-protobuf-nano:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
66
- compile ' io.grpc:grpc-okhttp:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
67
- compile ' io.grpc:grpc-stub:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
68
- compile ' io.grpc:grpc-testing:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
65
+ compile ' io.grpc:grpc-protobuf-nano:1.12.0' // CURRENT_GRPC_VERSION
66
+ compile ' io.grpc:grpc-okhttp:1.12.0' // CURRENT_GRPC_VERSION
67
+ compile ' io.grpc:grpc-stub:1.12.0' // CURRENT_GRPC_VERSION
68
+ compile ' io.grpc:grpc-testing:1.12.0' // CURRENT_GRPC_VERSION
69
69
compile ' javax.annotation:javax.annotation-api:1.2'
70
70
compile ' junit:junit:4.12'
71
71
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.12.0-SNAPSHOT " // CURRENT_GRPC_VERSION
4
+ version = " 1.12.0" // CURRENT_GRPC_VERSION
5
5
description = ' gRPC: Android'
6
6
7
7
buildscript {
@@ -44,9 +44,9 @@ repositories {
44
44
}
45
45
46
46
dependencies {
47
- implementation ' io.grpc:grpc-core:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
47
+ implementation ' io.grpc:grpc-core:1.12.0' // CURRENT_GRPC_VERSION
48
48
49
- testImplementation ' io.grpc:grpc-okhttp:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
49
+ testImplementation ' io.grpc:grpc-okhttp:1.12.0' // CURRENT_GRPC_VERSION
50
50
testImplementation ' junit:junit:4.12'
51
51
testImplementation ' org.robolectric:robolectric:3.7.1'
52
52
testImplementation ' com.google.truth:truth:0.39'
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ subprojects {
52
52
idea. module. inheritOutputDirs = true
53
53
54
54
group = " io.grpc"
55
- version = " 1.12.0-SNAPSHOT " // CURRENT_GRPC_VERSION
55
+ version = " 1.12.0" // CURRENT_GRPC_VERSION
56
56
57
57
sourceCompatibility = 1.6
58
58
targetCompatibility = 1.6
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.12.0-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.12.0)",
25
25
comments = "Source: 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.12.0-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.12.0)",
25
25
comments = "Source: test.proto")
26
26
public final class TestServiceGrpc {
27
27
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import java.io.IOException;
23
23
* </pre>
24
24
*/
25
25
@javax.annotation.Generated(
26
- value = "by gRPC proto compiler (version 1.12.0-SNAPSHOT )",
26
+ value = "by gRPC proto compiler (version 1.12.0)",
27
27
comments = "Source: test.proto")
28
28
public final class TestServiceGrpc {
29
29
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ public byte[] parseAsciiString(byte[] serialized) {
199
199
200
200
public static final Splitter ACCEPT_ENCODING_SPLITTER = Splitter .on (',' ).trimResults ();
201
201
202
- private static final String IMPLEMENTATION_VERSION = "1.12.0-SNAPSHOT " ; // CURRENT_GRPC_VERSION
202
+ private static final String IMPLEMENTATION_VERSION = "1.12.0" ; // CURRENT_GRPC_VERSION
203
203
204
204
/**
205
205
* The default delay in nanos before we send a keepalive.
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ android {
48
48
}
49
49
50
50
dependencies {
51
- implementation ' io.grpc:grpc-core:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
- testImplementation ' io.grpc:grpc-testing:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
51
+ implementation ' io.grpc:grpc-core:1.12.0' // CURRENT_GRPC_VERSION
52
+ testImplementation ' io.grpc:grpc-testing:1.12.0' // CURRENT_GRPC_VERSION
53
53
54
54
implementation files(' libs/cronet_api.jar' )
55
55
implementation files(' libs/cronet_impl_common_java.jar' )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ protobuf {
38
38
artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0"
39
39
}
40
40
grpc {
41
- artifact = ' io.grpc:protoc-gen-grpc-java:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
41
+ artifact = ' io.grpc:protoc-gen-grpc-java:1.12.0' // CURRENT_GRPC_VERSION
42
42
}
43
43
}
44
44
generateProtoTasks {
@@ -58,12 +58,12 @@ dependencies {
58
58
compile ' com.android.support:appcompat-v7:27.0.2'
59
59
60
60
// You need to build grpc-java to obtain these libraries below.
61
- compile ' io.grpc:grpc-okhttp:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
62
- compile ' io.grpc:grpc-protobuf-lite:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
63
- compile ' io.grpc:grpc-stub:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
61
+ compile ' io.grpc:grpc-okhttp:1.12.0' // CURRENT_GRPC_VERSION
62
+ compile ' io.grpc:grpc-protobuf-lite:1.12.0' // CURRENT_GRPC_VERSION
63
+ compile ' io.grpc:grpc-stub:1.12.0' // CURRENT_GRPC_VERSION
64
64
compile ' javax.annotation:javax.annotation-api:1.2'
65
65
66
66
testCompile ' junit:junit:4.12'
67
67
testCompile ' com.google.truth:truth:0.36'
68
- testCompile ' io.grpc:grpc-testing:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
68
+ testCompile ' io.grpc:grpc-testing:1.12.0' // CURRENT_GRPC_VERSION
69
69
}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ protobuf {
37
37
artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0"
38
38
}
39
39
grpc {
40
- artifact = ' io.grpc:protoc-gen-grpc-java:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
40
+ artifact = ' io.grpc:protoc-gen-grpc-java:1.12.0' // CURRENT_GRPC_VERSION
41
41
}
42
42
}
43
43
generateProtoTasks {
@@ -57,8 +57,8 @@ dependencies {
57
57
compile ' com.android.support:appcompat-v7:27.0.2'
58
58
59
59
// You need to build grpc-java to obtain these libraries below.
60
- compile ' io.grpc:grpc-okhttp:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
61
- compile ' io.grpc:grpc-protobuf-lite:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
62
- compile ' io.grpc:grpc-stub:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
60
+ compile ' io.grpc:grpc-okhttp:1.12.0' // CURRENT_GRPC_VERSION
61
+ compile ' io.grpc:grpc-protobuf-lite:1.12.0' // CURRENT_GRPC_VERSION
62
+ compile ' io.grpc:grpc-stub:1.12.0' // CURRENT_GRPC_VERSION
63
63
compile ' javax.annotation:javax.annotation-api:1.2'
64
64
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ protobuf {
36
36
artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0"
37
37
}
38
38
grpc {
39
- artifact = ' io.grpc:protoc-gen-grpc-java:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
39
+ artifact = ' io.grpc:protoc-gen-grpc-java:1.12.0' // CURRENT_GRPC_VERSION
40
40
}
41
41
}
42
42
generateProtoTasks {
@@ -56,8 +56,8 @@ dependencies {
56
56
compile ' com.android.support:appcompat-v7:27.0.2'
57
57
58
58
// You need to build grpc-java to obtain these libraries below.
59
- compile ' io.grpc:grpc-okhttp:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
60
- compile ' io.grpc:grpc-protobuf-lite:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
61
- compile ' io.grpc:grpc-stub:1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
59
+ compile ' io.grpc:grpc-okhttp:1.12.0' // CURRENT_GRPC_VERSION
60
+ compile ' io.grpc:grpc-protobuf-lite:1.12.0' // CURRENT_GRPC_VERSION
61
+ compile ' io.grpc:grpc-stub:1.12.0' // CURRENT_GRPC_VERSION
62
62
compile ' javax.annotation:javax.annotation-api:1.2'
63
63
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ repositories {
28
28
29
29
// Feel free to delete the comment at the next line. It is just for safely
30
30
// updating the version in our release process.
31
- def grpcVersion = ' 1.12.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
31
+ def grpcVersion = ' 1.12.0' // CURRENT_GRPC_VERSION
32
32
def nettyTcNativeVersion = ' 2.0.7.Final'
33
33
34
34
dependencies {
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.12.0-SNAPSHOT </version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.12.0</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >examples</name >
11
11
<url >http://maven.apache.org</url >
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
- <grpc .version>1.12.0-SNAPSHOT </grpc .version><!-- CURRENT_GRPC_VERSION -->
14
+ <grpc .version>1.12.0</grpc .version><!-- CURRENT_GRPC_VERSION -->
15
15
<netty .tcnative.version>2.0.7.Final</netty .tcnative.version>
16
16
</properties >
17
17
<dependencies >
You can’t perform that action at this time.
0 commit comments