Skip to content

Commit

Permalink
Add note about network connectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonfournier committed Jul 25, 2024
1 parent 8e06a6e commit 088c3d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/MigrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ We will focus on the [previous sample application](https://github.com/Unleash/un
This version of the Unleash Android SDK introduces several improvements, including:
- No need for SLF4J dependency and the usage of the native Android logging system.
- Respecting the Android lifecycle to stop polling and sending metrics in the background.
- Monitoring network connectivity to avoid unnecessary polling.
- The new SDK respects the minimum Android API level 21, but we recommend API level 23.
- Monitoring network connectivity to avoid unnecessary polling (requires API level 23 or above).

## Overview

Expand Down

0 comments on commit 088c3d8

Please sign in to comment.