This repository was archived by the owner on Sep 9, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree2 files changed
+4
-4
lines changed Expand file treeCollapse file tree2 files changed
+4
-4
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
|
22 | 22 | <dependency>
|
23 | 23 | <groupId>com.google.analytics</groupId>
|
24 | 24 | <artifactId>google-analytics-admin</artifactId>
|
25 |
| -<version>0.4.0</version> |
| 25 | +<version>0.5.0</version> |
26 | 26 | </dependency>
|
27 | 27 | ```
|
28 | 28 |
|
29 | 29 | If you are using Gradle without BOM, add this to your dependencies
|
30 | 30 |
|
31 | 31 | ```Groovy
|
32 |
| -compile 'com.google.analytics:google-analytics-admin:0.4.0' |
| 32 | +compile 'com.google.analytics:google-analytics-admin:0.5.0' |
33 | 33 | ```
|
34 | 34 |
|
35 | 35 | If you are using SBT, add this to your dependencies
|
36 | 36 |
|
37 | 37 | ```Scala
|
38 |
| -libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.4.0" |
| 38 | +libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.5.0" |
39 | 39 | ```
|
40 | 40 |
|
41 | 41 | ## Authentication
|
|
Original file line number | Diff line number | Diff line change |
---|
|
77 | 77 | <dependency>
|
78 | 78 | <groupId>com.google.cloud</groupId>
|
79 | 79 | <artifactId>google-cloud-shared-dependencies</artifactId>
|
80 |
| -<version>2.0.0</version> |
| 80 | +<version>2.0.1</version> |
81 | 81 | <type>pom</type>
|
82 | 82 | <scope>import</scope>
|
83 | 83 | </dependency>
|
|
You can’t perform that action at this time.
0 commit comments