File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ title: Bookmark Android - Changelogs - Navitia SDK Docs
4
4
5
5
# Bookmark Android Changelogs
6
6
7
+ * [ v1.9.3] ( releases/1.9.3/index.md ) (_ 08 Jan 2025_ )
7
8
* [ v1.9.2] ( releases/1.9.2/index.md ) (_ 24 Dec 2024_ )
8
9
* [ v1.9.1] ( releases/1.9.1/index.md ) (_ 02 Dec 2024_ )
9
10
* [ v1.9.0] ( releases/1.9.0/index.md ) (_ 31 Oct 2024_ )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
10
10
11
11
``` kotlin
12
12
dependencies {
13
- implementation(" com.kisio.navitia.sdk.ui:bookmark:1.9.2 " )
13
+ implementation(" com.kisio.navitia.sdk.ui:bookmark:1.9.3 " )
14
14
}
15
15
```
16
16
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments