Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed Jun 26, 2024
1 parent 5c7e616 commit 8a6afc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you have a question about the Nylas Communications Platform, [contact Nylas S
If you're using Gradle, add the following to the dependencies section of `build.gradle`:

```groovy
implementation("com.nylas.sdk:nylas:2.3.1")
implementation("com.nylas.sdk:nylas:2.3.2")
```

### Build from source
Expand All @@ -42,7 +42,7 @@ git clone https://github.com/nylas/nylas-java.git && cd nylas-java
./gradlew build uberJar
```

This creates a new jar file in `build/libs/nylas-java-sdk-2.3.1-uber.jar`.
This creates a new jar file in `build/libs/nylas-java-sdk-2.3.2-uber.jar`.

See the Gradle documentation on [Building Libraries](https://guides.gradle.org/building-java-libraries/)
or the [Gradle User Manual](https://docs.gradle.org/current/userguide/userguide.html) for more information.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.nylas.sdk
version=2.3.1
version=2.3.2

# Override and set these in ~/.gradle/gradle.properties
ossrhUser=
Expand Down

0 comments on commit 8a6afc4

Please sign in to comment.