diff --git a/docs/around_me/android/changelogs.md b/docs/around_me/android/changelogs.md index 2eac7384d..43eecbca3 100644 --- a/docs/around_me/android/changelogs.md +++ b/docs/around_me/android/changelogs.md @@ -4,6 +4,7 @@ title: Around Me Android - Changelogs - Navitia SDK Docs # Around Me Android Changelogs +* [v2.13.3](releases/2.13.3/index.md) (_09 Jan 2025_) * [v2.13.2](releases/2.13.2/index.md) (_26 Dec 2024_) * [v2.13.1](releases/2.13.1/index.md) (_24 Dec 2024_) * [v2.13.0](releases/2.13.0/index.md) (_02 Dec 2024_) diff --git a/docs/around_me/android/index.md b/docs/around_me/android/index.md index 84c8c73f6..9211e8c0c 100644 --- a/docs/around_me/android/index.md +++ b/docs/around_me/android/index.md @@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application: ```kotlin dependencies { - implementation("com.kisio.navitia.sdk.ui:aroundme:2.13.2") + implementation("com.kisio.navitia.sdk.ui:aroundme:2.13.3") } ``` diff --git a/docs/around_me/android/releases/2.13.3/index.md b/docs/around_me/android/releases/2.13.3/index.md new file mode 100644 index 000000000..8db6e47de --- /dev/null +++ b/docs/around_me/android/releases/2.13.3/index.md @@ -0,0 +1,10 @@ +--- +title: AroundMe Android 2.13.3 - Changelog - Navitia SDK Docs +--- + +# Around Me Android 2.13.3 Changelog + +

🗓 09 Jan 2025

+ +#### Fixes +- Prevented crashes caused by the generated id of the `RecyclerView` in the favorites `ViewPager`