Skip to content

Commit 5fda17e

Browse files
authored
Merge pull request #187 from hove-io/hotfix/bookmark/1.9.3
hotfix/bookmark/1.9.3
2 parents 446707c + c679c98 commit 5fda17e

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

docs/bookmark/android/changelogs.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Bookmark Android - Changelogs - Navitia SDK Docs
44

55
# Bookmark Android Changelogs
66

7+
* [v1.9.3](releases/1.9.3/index.md) (_08 Jan 2025_)
78
* [v1.9.2](releases/1.9.2/index.md) (_24 Dec 2024_)
89
* [v1.9.1](releases/1.9.1/index.md) (_02 Dec 2024_)
910
* [v1.9.0](releases/1.9.0/index.md) (_31 Oct 2024_)

docs/bookmark/android/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
1010

1111
```kotlin
1212
dependencies {
13-
implementation("com.kisio.navitia.sdk.ui:bookmark:1.9.2")
13+
implementation("com.kisio.navitia.sdk.ui:bookmark:1.9.3")
1414
}
1515
```
1616

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Bookmark Android 1.9.3 - Changelog - Navitia SDK Docs
3+
---
4+
5+
# Bookmark Android 1.9.3 Changelog
6+
7+
<h2>🗓 08 Jan 2025</h2>
8+
9+
#### Fixes
10+
- Fixed the deletion of a station

0 commit comments

Comments
 (0)