diff --git a/CHANGELOG.md b/CHANGELOG.md index 99eadab5..9151d2e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## CHANGELOG +### Version: 3.7.0 +###### Date: 15-Nov-2019 + - [Stack]: Added support for function getContentType() + - [ContentType]: updated function fetch() + - [Query]: Updated support of whereIn(String KEY, Query queryObject) + - [Query]: Updated support of whereNotIn(String KEY, Query queryObject) + +------------------------------------------------ + ### Version: 3.6.1 ###### Date: 23-Aug-2019 - [Query] - Added support for whereIn(String key) and whereNotIn(String key) methods in Query diff --git a/build.gradle b/build.gradle index 422cb8af..757c0eb0 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.4.2' + classpath 'com.android.tools.build:gradle:3.5.2' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' } } diff --git a/contentstack/contentstack.iml b/contentstack/contentstack.iml index d8925242..61554b3e 100644 --- a/contentstack/contentstack.iml +++ b/contentstack/contentstack.iml @@ -4,6 +4,8 @@ @@ -25,23 +27,23 @@ - - + + - + - - - + + + - - - + + + @@ -70,13 +72,6 @@ - - - - - - - @@ -84,77 +79,43 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - - - - + + + + + + + - + + + - - - - - - + - + - - - - + + + + - - + + + \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index eca6b169..e31f4c31 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu Apr 25 21:26:47 IST 2019 +#Thu Nov 14 11:47:24 IST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip