This repository was archived by the owner on Sep 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 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.12 .0</version >
25
+ <version >0.13 .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
- implementation 'com.google.analytics:google-analytics-admin:0.12 .0'
32
+ implementation 'com.google.analytics:google-analytics-admin:0.13 .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.12 .0"
38
+ libraryDependencies += " com.google.analytics" % " google-analytics-admin" % " 0.13 .0"
39
39
```
40
40
41
41
## Authentication
Original file line number Diff line number Diff line change 159
159
<plugin >
160
160
<groupId >org.apache.maven.plugins</groupId >
161
161
<artifactId >maven-javadoc-plugin</artifactId >
162
- <version >3.4.0 </version >
162
+ <version >3.4.1 </version >
163
163
<reportSets >
164
164
<reportSet >
165
165
<id >html</id >
You can’t perform that action at this time.
0 commit comments