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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.analytics</groupId>
2424
<artifactId>google-analytics-admin</artifactId>
25-
<version>0.4.0</version>
25+
<version>0.5.0</version>
2626
</dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies
3030

3131
```Groovy
32-
compile 'com.google.analytics:google-analytics-admin:0.4.0'
32+
compile 'com.google.analytics:google-analytics-admin:0.5.0'
3333
```
3434

3535
If you are using SBT, add this to your dependencies
3636

3737
```Scala
38-
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.4.0"
38+
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.5.0"
3939
```
4040

4141
## Authentication
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.google.cloud</groupId>
7979
<artifactId>google-cloud-shared-dependencies</artifactId>
80-
<version>2.0.0</version>
80+
<version>2.0.1</version>
8181
<type>pom</type>
8282
<scope>import</scope>
8383
</dependency>

0 commit comments

Comments
 (0)