diff --git a/docs/Point SDK/Android/Quick Start.md b/docs/Point SDK/Android/Quick Start.md index c2b375ec..88e4ab61 100644 --- a/docs/Point SDK/Android/Quick Start.md +++ b/docs/Point SDK/Android/Quick Start.md @@ -31,7 +31,7 @@ allprojects { ```gradle dependencies {     ... -     implementation 'com.gitlab.bluedotio.android:point_sdk_android:17.1.0' +     implementation 'com.gitlab.bluedotio.android:point_sdk_android:17.2.0' } ``` diff --git a/docs/Version release notes.md b/docs/Version release notes.md index ddb9eb57..cacd2db2 100644 --- a/docs/Version release notes.md +++ b/docs/Version release notes.md @@ -7,6 +7,19 @@ pagination_prev: null Version Release Notes ===================== + +Release date Sep 22, 2025 +------------------------- + +### Android Point SDK 17.2.0 + +**What's New:** + +* Faster and more accurate Exit event detection. Exit is now triggered when a device moves approximately 15 to 30 meters from the edge of the geofence, previously 70 to 100 meters. This improves timeliness and reduces missed exits. +* General reliability, stability, and consistency improvements. + +* * * + Release date Sep 05, 2025 -------------------------