diff --git a/android-interop-testing/app/build.gradle b/android-interop-testing/app/build.gradle index 6fe48377763..de021cd31ff 100644 --- a/android-interop-testing/app/build.gradle +++ b/android-interop-testing/app/build.gradle @@ -32,7 +32,7 @@ protobuf { } plugins { grpc { - artifact = 'io.grpc:protoc-gen-grpc-java:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION + artifact = 'io.grpc:protoc-gen-grpc-java:0.13.2' // CURRENT_GRPC_VERSION } } generateProtoTasks { @@ -63,9 +63,9 @@ dependencies { compile 'com.squareup.okhttp:okhttp:2.2.0' testCompile 'junit:junit:4.12' // You need to build grpc-java to obtain these libraries below. - compile 'io.grpc:grpc-protobuf-nano:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION - compile 'io.grpc:grpc-okhttp:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION - compile 'io.grpc:grpc-stub:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION - compile 'io.grpc:grpc-testing:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION + compile 'io.grpc:grpc-protobuf-nano:0.13.2' // CURRENT_GRPC_VERSION + compile 'io.grpc:grpc-okhttp:0.13.2' // CURRENT_GRPC_VERSION + compile 'io.grpc:grpc-stub:0.13.2' // CURRENT_GRPC_VERSION + compile 'io.grpc:grpc-testing:0.13.2' // CURRENT_GRPC_VERSION compile 'javax.annotation:javax.annotation-api:1.2' } diff --git a/build.gradle b/build.gradle index 3804d27dbb7..960e6c1b42d 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ subprojects { apply plugin: "com.google.osdetector" group = "io.grpc" - version = "0.13.2-SNAPSHOT" // CURRENT_GRPC_VERSION + version = "0.13.2" // CURRENT_GRPC_VERSION sourceCompatibility = 1.6 targetCompatibility = 1.6