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

Commit

Permalink
Merge pull request #78 from sygic-travel/release-1.0.1
Browse files Browse the repository at this point in the history
release-1.0.1
  • Loading branch information
Michal Murín authored Aug 7, 2017
2 parents 150739f + a9c90cc commit 0d50939
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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.

For further details see [Full SDK documentation](http://docs.sygictravelapi.com/android-sdk/1.0.0).
For further details see [Full SDK documentation](http://docs.sygictravelapi.com/android-sdk/1.0.1).

## Requirements

Expand Down Expand Up @@ -36,7 +36,7 @@ repositories {
Add dependency to your application module `build.gradle` file:
```gradle
dependencies {
compile ('com.sygic.travel:sdk:1.0.0@aar'){
compile ('com.sygic.travel:sdk:1.0.1@aar'){
transitive=true;
}
}
Expand Down Expand Up @@ -70,7 +70,7 @@ To obtain your *API key* contact us at https://travel.sygic.com/b2b/api-key.
## Usage Introduction

This example shows how to use the SDK to fetch a representative set of data. To define a set of places
you need to create a [placeQuery](http://docs.sygictravelapi.com/android-sdk/1.0.0/com/sygic/travel/sdk/model/placeQuery/Query.html)
you need to create a [placeQuery](http://docs.sygictravelapi.com/android-sdk/1.0.1/com/sygic/travel/sdk/model/placeQuery/Query.html)
which describes the places which will be fetched - see
[API documentation](http://docs.sygictravelapi.com/1.0/#section-places).

Expand Down Expand Up @@ -156,7 +156,7 @@ override fun onPause() {
```

## Basic Classes
For more details check our [documentation](http://docs.sygictravelapi.com/android-sdk/1.0.0).
For more details check our [documentation](http://docs.sygictravelapi.com/android-sdk/1.0.1).

Class | Description
:-------------------|:---------------------
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
ext.gradle_plugin_version = properties.getProperty("gradle.plugin.version")

dependencies {
classpath "com.android.tools.build:gradle:${gradle_plugin_version}"
classpath 'com.android.tools.build:gradle:3.0.0-alpha9'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
Expand Down

0 comments on commit 0d50939

Please sign in to comment.