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

Commit 1dac5d9

Browse files
1 parent 6dd5a72 commit 1dac5d9

File tree

1,018 files changed

+327566
-278796
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,018 files changed

+327566
-278796
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ If you are using Maven, add this to your pom.xml file:
2929
<dependency>
3030
<groupId>com.google.analytics</groupId>
3131
<artifactId>google-analytics-admin</artifactId>
32-
<version>0.17.0</version>
32+
<version>0.18.0</version>
3333
</dependency>
3434
```
3535

3636
If you are using Gradle without BOM, add this to your dependencies:
3737

3838
```Groovy
39-
implementation 'com.google.analytics:google-analytics-admin:0.17.0'
39+
implementation 'com.google.analytics:google-analytics-admin:0.18.0'
4040
```
4141

4242
If you are using SBT, add this to your dependencies:
4343

4444
```Scala
45-
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.17.0"
45+
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.18.0"
4646
```
4747

4848
## Authentication

google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceSettings.java

Lines changed: 1264 additions & 0 deletions
Large diffs are not rendered by default.

google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/GrpcAnalyticsAdminServiceStub.java

Lines changed: 3218 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)