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

Commit 0f1a3ca

Browse files
chore: regenerate README (#161)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-26 00:28:33,875 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-analytics-data/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-26 00:28:35,481 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/9f4d8bd9-8c04-40cc-95f5-cebae219703b/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 009ac70 commit 0f1a3ca

2 files changed

Lines changed: 5 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": "dd37ff2c80f5d9df4a1ab06731a9b8c8fd308e65"
7+
"sha": "009ac70ab39adf5b0edad5fe80799dc5a51eb7f8"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "27b2d4f4674840628d0b75c5941e89c12af4764f"
14+
"sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ 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.4</version>
23+
<version>0.5.5</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle without BOM, add this to your dependencies
2828
```Groovy
29-
compile 'com.google.analytics:google-analytics-data:0.5.4'
29+
compile 'com.google.analytics:google-analytics-data:0.5.5'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.5.4"
34+
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.5.5"
3535
```
3636

3737
## Authentication

0 commit comments

Comments
 (0)