> For the complete documentation index, see [llms.txt](https://create.cloud4wi.ai/dev-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android/changelog.md).

# Changelog

## 3.1.6 Release notes (03-02-2025)

#### Enhancements

* Update play-services-ads-identifier to 18.2.0

## 3.1.5 Release notes (24-06-2024)

#### Fixed

* Minor bug fix.

## 3.1.4 Release notes (18-06-2024)

#### Enhancements

* Added support to Android 14

#### Fixed

* Fixed proguard rule that prevent the obfuscation of client App.
* Removed the static permission ACTIVITY\_RECOGNITION.

## 3.1.0 Release notes (07-02-2024)

#### Enhancements

* The SDK now support *play-services-location* library versions higher 20.0.x.

#### Fixed

* Fixed proguard rule that prevent the obfuscation of client App.

## 3.0.3 Release notes (05-09-2023)

#### Enhancements

* Added trigger geofence when enter for the first time
* Added API resetDeviceId()
* Now you can change the base API url declaring the meta data&#x20;

  ```
  com.geouniq.geo_api_base
  ```

## 3.0.2 Release notes (26-07-2023)

#### Fixed

* Removed fingerprint validation SDK side

## 3.0.1 Release notes (22-04-2022)

#### Fixed

* Fixed bug in the trigger manager that caused an error when updating the remote trigger list

## 3.0.0 Release notes (08-04-2022)

#### Enhancements

* Added engine that allow the SDK to identify "Locations Of Interest" as "Home Location" and "Work Location"
* Added engine that manage Triggers set by remote


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://create.cloud4wi.ai/dev-hub/location-sdk/integrating-the-sdk/android/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
