Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/2.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
catt-stefano committed Mar 22, 2017
2 parents 34ede76 + 122be5d commit 535ff27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To start using the SDK, include this in your app *build.gradle*
```java

dependencies {
compile 'it.near.sdk.core:nearitsdk:2.1.4'
compile 'it.near.sdk.core:nearitsdk:2.1.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To start using the SDK, include this in your app *build.gradle*

```java
dependencies {
compile 'it.near.sdk.core:nearitsdk:2.1.4'
compile 'it.near.sdk.core:nearitsdk:2.1.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/it/near/sdk/geopolis/GeopolisManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public void refreshConfig(){
.appendPath("geopolis")
.appendPath("nodes")
.appendQueryParameter("filter[app_id]",GlobalConfig.getInstance(mApplication).getAppId())
.appendQueryParameter("include", "children.*.children")
.appendQueryParameter("include", "**.children")
.build();
try {
httpClient.nearGet(mApplication, url.toString(), new NearJsonHttpResponseHandler(){
Expand Down

0 comments on commit 535ff27

Please sign in to comment.