File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ title: Around Me Android - Changelogs - Navitia SDK Docs
4
4
5
5
# Around Me Android Changelogs
6
6
7
+ * [ v2.13.2] ( releases/2.13.2/index.md ) (_ 26 Dec 2024_ )
7
8
* [ v2.13.1] ( releases/2.13.1/index.md ) (_ 24 Dec 2024_ )
8
9
* [ v2.13.0] ( releases/2.13.0/index.md ) (_ 02 Dec 2024_ )
9
10
* [ v2.12.1] ( releases/2.12.1/index.md ) (_ 19 Nov 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:aroundme:2.13.1 " )
13
+ implementation(" com.kisio.navitia.sdk.ui:aroundme:2.13.2 " )
14
14
}
15
15
```
16
16
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : AroundMe Android 2.13.2 - Changelog - Navitia SDK Docs
3
+ ---
4
+
5
+ # Around Me Android 2.13.2 Changelog
6
+
7
+ <h2 >🗓 26 Dec 2024</h2 >
8
+
9
+ #### Fixes
10
+ - Fix journey shortcut showing when journey mode is disabled
11
+
12
+ #### Dependencies
13
+ - ` com.android.tools.build:gradle ` > ` 8.7.3 `
You can’t perform that action at this time.
0 commit comments