Skip to content

Commit d46f2a1

Browse files
mshaileshr@gmail.commshaileshr@gmail.com
authored andcommitted
v1.4.1
# Removed support for Google Internet Connection check before call # Added support of whereIn and whereNotIn for $in_query and $nin_query support in Query class
1 parent 1b01f05 commit d46f2a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ To use the Contentstack Java SDK to your existing project, perform the steps giv
2020
<dependency>
2121
<groupId>com.contentstack.sdk</groupId>
2222
<artifactId>java</artifactId>
23-
<version>1.4.2</version>
23+
<version>1.4.1</version>
2424
</dependency>
2525
```
2626

2727
2. **Gradle**
2828
```
29-
implementation 'com.contentstack.sdk:java:1.4.2'
29+
implementation 'com.contentstack.sdk:java:1.4.1'
3030
```
3131

3232
### Key Concepts for using Contentstack

0 commit comments

Comments
 (0)