Update google-cloud-java version to 0.26.0-alpha. Fix email. (#734)
diff --git a/build.gradle b/build.gradle
index 599b916..f0b8864 100644
--- a/build.gradle
+++ b/build.gradle
@@ -107,7 +107,7 @@
grpcVersion = '1.7.0'
guavaVersion = '19.0'
googleAuthVersion = '0.8.0'
- googleCloudVersion = '0.24.0-alpha'
+ googleCloudVersion = '0.26.0-alpha'
zipkinReporterVersion = '2.0.0'
libraries = [
@@ -239,7 +239,7 @@
developer {
id 'io.opencensus'
name 'OpenCensus Contributors'
- email '[email protected]'
+ email '[email protected]'
url 'opencensus.io'
// https://issues.gradle.org/browse/GRADLE-2719
organization = 'Google, Inc.'