Skip to content

Commit 446707c

Browse files
authored
Merge pull request #185 from hove-io/hotfix/aroundme-android-2.13.2
Add hotfix release for around me android 2.13.2
2 parents 24fd6bb + e474a52 commit 446707c

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

docs/around_me/android/changelogs.md

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

55
# Around Me Android Changelogs
66

7+
* [v2.13.2](releases/2.13.2/index.md) (_26 Dec 2024_)
78
* [v2.13.1](releases/2.13.1/index.md) (_24 Dec 2024_)
89
* [v2.13.0](releases/2.13.0/index.md) (_02 Dec 2024_)
910
* [v2.12.1](releases/2.12.1/index.md) (_19 Nov 2024_)

docs/around_me/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:aroundme:2.13.1")
13+
implementation("com.kisio.navitia.sdk.ui:aroundme:2.13.2")
1414
}
1515
```
1616

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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`

0 commit comments

Comments
 (0)