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

Commit

Permalink
auto-update from gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
catt-stefano committed Aug 21, 2018
1 parent 1aa67ce commit c683415
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NearIT allows to engage app users by sending **context-aware targeted content**.
[![API](https://img.shields.io/badge/API-15%2B-blue.svg?style=flat)](https://developer.android.com/about/dashboards/index.html#Platform) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)
[![Download](https://api.bintray.com/packages/nearit/NearIT-Android-SDK/it.near.sdk%3Anearit/images/download.svg) ](https://bintray.com/nearit/NearIT-Android-SDK/it.near.sdk%3Anearit/_latestVersion)
![CircleCI](https://circleci.com/bb/Synapsev2/android-sdk.svg?style=svg&circle-token=db61dcef36cb607df966d415992533076b8927bc)
[![Documentation Status](https://readthedocs.org/projects/nearit-android/badge/?version=latest)](https://docs.nearit.com/android/installation/)
[![Documentation Status](https://readthedocs.org/projects/nearit-android/badge/?version=latest)](http://nearit-android.readthedocs.io/en/latest/?badge=latest)

## Recipes

Expand All @@ -30,7 +30,7 @@ To start using the SDK, include this in your app *build.gradle*

```java
dependencies {
compile 'it.near.sdk:nearit:2.9.4'
compile 'it.near.sdk:nearit:2.9.5'
}
```

Expand All @@ -50,7 +50,7 @@ NearItManager.getInstance()

## Integration guide

For information on how to integrate all NearIT features in your app, follow the [integration guide](https://docs.nearit.com/android/installation/)
For information on how to integrate all NearIT features in your app, follow the [integration guide](http://nearit-android.readthedocs.io/en/latest/?badge=latest)

## Migration

Expand Down
2 changes: 1 addition & 1 deletion sample-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ android {
}

dependencies {
// implementation 'it.near.sdk:nearit:2.9.3'
// implementation 'it.near.sdk:nearit:2.9.5'
implementation 'it.near.sdk:nearit-ui:1.1.19'
implementation project(':nearit')
implementation libraries.near.support
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {
}

dependencies {
// implementation 'it.near.sdk:nearit:2.9.3'
// implementation 'it.near.sdk:nearit:2.9.5'
implementation 'it.near.sdk:nearit-ui:1.1.19'
implementation(project(':nearit'))
implementation libraries.near.support
Expand Down

0 comments on commit c683415

Please sign in to comment.