Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.analytics</groupId>
<artifactId>google-analytics-admin</artifactId>
<version>0.6.2</version>
<version>0.7.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.analytics:google-analytics-admin:0.6.2'
implementation 'com.google.analytics:google-analytics-admin:0.7.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.6.2"
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.7.0"
```

## Authentication
Expand Down
10 changes: 10 additions & 0 deletions google-analytics-admin/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,14 @@
<className>com/google/analytics/admin/v1alpha/stub/GrpcAnalyticsAdminServiceStub*</className>
<method>* *FirebaseLink*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/analytics/admin/v1alpha/AnalyticsAdminService*</className>
<method>* *EnhancedMeasurementSettings*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/analytics/admin/v1alpha/stub/*AnalyticsAdminServiceStub*</className>
<method>* *EnhancedMeasurementSettings*(*)</method>
</difference>
</differences>
Loading