Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Jun 25, 2019
1 parent 3c93375 commit df2b534
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sygic Travel Android SDK

[![Build Status](https://travis-ci.org/sygic-travel/android-sdk.svg?branch=master)](https://travis-ci.org/sygic-travel/android-sdk)
![Minamal API version level 15](https://img.shields.io/badge/API_level-15-green.svg)
![Minimal API version level 15](https://img.shields.io/badge/API_level-15-green.svg)

Sygic Travel Android SDK is a framework for embedding a rich set of Sygic Travel data within your
application. It gives you an access to millions of places covering the whole world.
Expand All @@ -10,13 +10,14 @@ application. It gives you an access to millions of places covering the whole wor
## Installation

Add jCenter repository and dependency to your application's `build.gradle` file:

```gradle
repositories {
jcenter()
}
dependencies {
implementation 'com.sygic.travel:sdk:2.0.1'
implementation 'com.sygic.travel:sdk:2.1.0'
}
```

Expand Down

0 comments on commit df2b534

Please sign in to comment.