Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit dc13467

Browse files
chore: regenerate README (#107)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-12-14 19:00:46,850 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-analytics-data/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2020-12-14 19:00:47,733 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/ed15c20d-cf53-4601-ad06-c525753875ec/targets - [ ] To automatically regenerate this PR, check this box.
1 parent bcec049 commit dc13467

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-analytics-data.git",
7-
"sha": "8326c7ef7b6cc111c32b6ab6dfa227f35ddd1b95"
7+
"sha": "bcec049d39402b3184252b0a858ba3af93d6a9a0"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116"
14+
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
1515
}
1616
}
1717
]

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.analytics</groupId>
2222
<artifactId>google-analytics-data</artifactId>
23-
<version>0.5.0</version>
23+
<version>0.5.1</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle, add this to your dependencies
2828
```Groovy
29-
compile 'com.google.analytics:google-analytics-data:0.5.0'
29+
compile 'com.google.analytics:google-analytics-data:0.5.1'
3030
```
3131
If you are using SBT, add this to your dependencies
3232
```Scala
33-
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.5.0"
33+
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.5.1"
3434
```
3535

3636
## Authentication
@@ -121,6 +121,8 @@ Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
121121
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
122122
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
123123

124+
Java is a registered trademark of Oracle and/or its affiliates.
125+
124126
[product-docs]: https://developers.google.com/analytics/trusted-testing/analytics-data
125127
[javadocs]: https://googleapis.dev/java/google-analytics-data/latest/index.html
126128
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-analytics-data/java7.svg

0 commit comments

Comments
 (0)