Skip to content

Commit

Permalink
Merge pull request #193 from hove-io/hotfix/journey-5.17.2-android
Browse files Browse the repository at this point in the history
Add journey android 5.17.2
  • Loading branch information
RachikAbidi authored Jan 8, 2025
2 parents 43d861f + f6e5937 commit 843bbce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/journey/android/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Journey Android - Changelogs - Navitia SDK Docs

# Journey Android Changelogs

* [v5.17.2](releases/5.17.2/index.md) (_08 Jan 2024_)
* [v5.17.1](releases/5.17.1/index.md) (_24 Dec 2024_)
* [v5.17.0](releases/5.17.0/index.md) (_02 Dec 2024_)
* [v5.16.1](releases/5.16.1/index.md) (_19 Nov 2024_)
Expand Down
2 changes: 1 addition & 1 deletion docs/journey/android/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:

```kotlin
dependencies {
implementation("com.kisio.navitia.sdk.ui:journey:5.17.1")
implementation("com.kisio.navitia.sdk.ui:journey:5.17.2")
}
```

Expand Down
10 changes: 10 additions & 0 deletions docs/journey/android/releases/5.17.2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Journey Android 5.17.2 - Changelog - Navitia SDK Docs
---

# Journey Android 5.17.2 Changelog

<h2>🗓 08 Jan 2024</h2>

#### Fixes
- Fix parcelizing JourneysRequest

0 comments on commit 843bbce

Please sign in to comment.