This repository was archived by the owner on Feb 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44Sygic Travel Android SDK is a framework for embedding a rich set of Sygic Travel data within your
55application. 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 {
3636Add dependency to your application module ` build.gradle ` file:
3737``` gradle
3838dependencies {
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
7272This 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 )
7474which 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
161161Class | Description
162162:-------------------|:---------------------
Original file line number Diff line number Diff 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} "
You can’t perform that action at this time.
0 commit comments