You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

6
6
7
-
Java bindings for the [Intercom API](https://api.intercom.io/docs)
7
+
> Java bindings for the [Intercom API](https://api.intercom.io/docs)
8
8
9
9
## Project Updates
10
10
@@ -14,6 +14,14 @@ This project was previously publishing releases to JCenter, which is being retir
14
14
15
15
To allow continued access to past versions, we've migrated them to Maven Central.
16
16
17
+
### Maintenance
18
+
19
+
We're currently building a new team to provide in-depth and dedicated SDK support.
20
+
21
+
In the meantime, we'll be operating on limited capacity, meaning all pull requests will be evaluated on a best effort basis and will be limited to critical issues.
22
+
23
+
We'll communicate all relevant updates as we build this new team and support strategy in the coming months.
24
+
17
25
-[Installation](#add-a-dependency)
18
26
-[Resources](#resources)
19
27
-[Authorization](#authorization)
@@ -34,7 +42,7 @@ Add the project declaration to your `pom.xml`:
34
42
<dependency>
35
43
<groupId>io.intercom</groupId>
36
44
<artifactId>intercom-java</artifactId>
37
-
<version>2.8.1</version>
45
+
<version>2.8.2</version>
38
46
</dependency>
39
47
```
40
48
@@ -52,7 +60,7 @@ and add the project to the `dependencies` block in your `build.gradle`:
52
60
53
61
```groovy
54
62
dependencies {
55
-
implementation 'io.intercom:intercom-java:2.8.1'
63
+
implementation 'io.intercom:intercom-java:2.8.2'
56
64
}
57
65
```
58
66
@@ -67,7 +75,7 @@ resolvers += "mavenCentral" at "https://repo1.maven.org/maven2"
67
75
and add the project to your `libraryDependencies` in your `build.sbt`:
0 commit comments