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

Commit df2b534

Browse files
committed
release 2.1.0
1 parent 3c93375 commit df2b534

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sygic Travel Android SDK
22

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

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

1212
Add jCenter repository and dependency to your application's `build.gradle` file:
13+
1314
```gradle
1415
repositories {
1516
jcenter()
1617
}
1718
1819
dependencies {
19-
implementation 'com.sygic.travel:sdk:2.0.1'
20+
implementation 'com.sygic.travel:sdk:2.1.0'
2021
}
2122
```
2223

0 commit comments

Comments
 (0)