Skip to content

Commit 58ccbd5

Browse files
read-me updated v1.3.2 --> v1.3.3
1 parent 2a5a4f9 commit 58ccbd5

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
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.3.2</version>
23+
<version>1.3.3</version>
2424
</dependency>
2525
```
2626

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

3232
### Key Concepts for using Contentstack

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.contentstack.sdk</groupId>
88
<artifactId>java</artifactId>
9-
<version>1.3.3-SNAPSHOT</version>
9+
<version>1.3.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>contentstack-java</name>

src/main/java/com/contentstack/sdk/utility/CSAppConstants.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
public class CSAppConstants {
3333

3434
public static final String REQUEST_URL = "";
35-
public static String URLSCHEMA_HTTPS = "https://";
36-
public static final String SDK_VERSION = "1.3.2";
35+
public static final String SDK_VERSION = "1.3.3";
3736
public final static int NONETWORKCONNECTION = 408;
3837

3938
public static enum RequestMethod
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2
1+
1.3.3

0 commit comments

Comments
 (0)