Skip to content

Commit

Permalink
Merge pull request #110 from hove-io/task/expert-changelog
Browse files Browse the repository at this point in the history
Task/expert changelog
  • Loading branch information
EvenModiguy authored Jan 31, 2024
2 parents 6e541dd + dc511bc commit 8b0fcd4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/expert/android/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the following dependency in the `build.gradle` file of your application:

``` groovy
dependencies {
implementation("com.kisio.navitia.sdk.data:expert:3.4.1")
implementation("com.kisio.navitia.sdk.data:expert:3.5.0")
}
```

Expand Down
12 changes: 11 additions & 1 deletion docs/expert/android/releases/3.5.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,15 @@ title: Expert Android 3.5.0 - Changelog - Navitia SDK Docs

<h2>🗓 30 Jan 2024</h2>

#### Features
- Add Obstacles Nearby API
- Update Journeys API
- Update `CarPark` model

#### Dependencies
- `org.jetbrains.kotlinx:kotlinx-coroutines-core` > `1.7.1`
- `org.jetbrains.kotlinx:kotlinx-coroutines-android` > `1.7.1`
- `org.jetbrains.kotlinx:kotlinx-serialization-json` > `1.5.1`

#### Based on Navitia
https://github.com/hove-io/navitia/releases/tag/v15.54.0
https://github.com/hove-io/navitia/releases/tag/v15.45.0

0 comments on commit 8b0fcd4

Please sign in to comment.