Skip to content

Commit 81f8a11

Browse files
authored
Merge pull request #472 from Backendless/oleg.vyalyh/22839/json_partial_retrieving
BKNDLSS-22839 [Android SDK] Request with props for json column return…
2 parents 7d231e2 + 2918768 commit 81f8a11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'signing'
55

66

77
group 'com.backendless'
8-
version '6.1.0'
8+
version '6.1.1'
99
archivesBaseName='backendless'
1010

1111

src/com/backendless/persistence/JsonDTOAdaptingType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public Object defaultAdapt( ReferenceCache referenceCache )
8282
{
8383
try
8484
{
85-
return adapt( HashMap.class, referenceCache );
85+
return adapt( Object.class, referenceCache );
8686
}
8787
catch( AdaptingException exception )
8888
{

0 commit comments

Comments
 (0)