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

Commit 0d50939

Browse files
author
Michal Murín
authored
Merge pull request #78 from sygic-travel/release-1.0.1
release-1.0.1
2 parents 150739f + a9c90cc commit 0d50939

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Sygic Travel Android SDK is a framework for embedding a rich set of Sygic Travel data within your
55
application. It gives you an access to millions of places covering the whole world.
66

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

99
## Requirements
1010

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

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

@@ -156,7 +156,7 @@ override fun onPause() {
156156
```
157157

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

161161
Class | Description
162162
:-------------------|:---------------------

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
ext.gradle_plugin_version = properties.getProperty("gradle.plugin.version")
1717

1818
dependencies {
19-
classpath "com.android.tools.build:gradle:${gradle_plugin_version}"
19+
classpath 'com.android.tools.build:gradle:3.0.0-alpha9'
2020
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
2121
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
2222
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"

0 commit comments

Comments
 (0)