Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit 8e76d42

Browse files
chore: regenerate README (#134)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-07 22:30:05,365 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-analytics-admin/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-07 22:30:06,438 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/1f4be7af-0836-4af2-80d3-fceea650c775/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 15ccf20 commit 8e76d42

2 files changed

Lines changed: 4 additions & 3 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-admin.git",
7-
"sha": "7a48532d78c0b534a63f2452934f0ca9cdda3053"
7+
"sha": "15ccf20bf20791d2a0192d67302e40a46a5cf432"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "3f67ceece7e797a5736a25488aae35405649b90b"
14+
"sha": "67f09bf301083798e7220137723222eb00b8f88a"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ If you are using Maven, add this to your pom.xml file:
2424
</dependency>
2525
```
2626

27-
If you are using Gradle, add this to your dependencies
27+
If you are using Gradle without BOM, add this to your dependencies
2828
```Groovy
2929
compile 'com.google.analytics:google-analytics-admin:0.2.5'
3030
```
31+
3132
If you are using SBT, add this to your dependencies
3233
```Scala
3334
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.2.5"

0 commit comments

Comments
 (0)