Skip to content

Commit d96718a

Browse files
supported_android_sdk_version: split the Android SDK support table into one for each sdk artifact
1 parent d26a113 commit d96718a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,16 @@ If the wrong version of a translation is being used, ensure a release with the l
218218

219219
## Android SDK Support
220220

221-
|Phrase OTA Version|OTA SDK|Compose|
222-
|-----------|-------|-------|
223-
|v3.10.0+|Android SDK 21|Android SDK 21|
224-
|v3.2.5+|Android SDK 15|Android SDK 21|
225-
|v0.1.0+|Android SDK 15|-|
221+
The Phrase OTA SDK supports different minimum Android SDK versions depending on the version you're using. Choose the appropriate SDK version based on your app's minimum supported Android version.
222+
223+
|OTA|Android SDK|
224+
|-----------|-------|
225+
|v3.10.0+|21|
226+
|v0.1.0+|15|
227+
228+
|OTA Compose|Android SDK|
229+
|-----------|-------|
230+
|v3.2.5+|21|
226231

227232
## Limitations
228233
- Wrapping `Context` with Phrase can lead to issues with `WebView`. `WebView` interactions which access Android resources might fail and can lead to app crashes. E.g. the opening of an HTML drop-down menu. Consider to use `Context.getPhrase*()`/`Resources.getPhrase*()` extension functions to get translations via Phrase. These functions do not need a wrapped `Context` and the wrapping can be removed or disabled.

0 commit comments

Comments
 (0)