Skip to content

Commit 5933cea

Browse files
committed
Bump version to 0.13.2
1 parent 465d44a commit 5933cea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

android-interop-testing/app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ protobuf {
3232
}
3333
plugins {
3434
grpc {
35-
artifact = 'io.grpc:protoc-gen-grpc-java:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION
35+
artifact = 'io.grpc:protoc-gen-grpc-java:0.13.2' // CURRENT_GRPC_VERSION
3636
}
3737
}
3838
generateProtoTasks {
@@ -63,9 +63,9 @@ dependencies {
6363
compile 'com.squareup.okhttp:okhttp:2.2.0'
6464
testCompile 'junit:junit:4.12'
6565
// You need to build grpc-java to obtain these libraries below.
66-
compile 'io.grpc:grpc-protobuf-nano:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION
67-
compile 'io.grpc:grpc-okhttp:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION
68-
compile 'io.grpc:grpc-stub:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION
69-
compile 'io.grpc:grpc-testing:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION
66+
compile 'io.grpc:grpc-protobuf-nano:0.13.2' // CURRENT_GRPC_VERSION
67+
compile 'io.grpc:grpc-okhttp:0.13.2' // CURRENT_GRPC_VERSION
68+
compile 'io.grpc:grpc-stub:0.13.2' // CURRENT_GRPC_VERSION
69+
compile 'io.grpc:grpc-testing:0.13.2' // CURRENT_GRPC_VERSION
7070
compile 'javax.annotation:javax.annotation-api:1.2'
7171
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ subprojects {
1919
apply plugin: "com.google.osdetector"
2020

2121
group = "io.grpc"
22-
version = "0.13.2-SNAPSHOT" // CURRENT_GRPC_VERSION
22+
version = "0.13.2" // CURRENT_GRPC_VERSION
2323

2424
sourceCompatibility = 1.6
2525
targetCompatibility = 1.6

0 commit comments

Comments
 (0)