Skip to content

Commit d26a113

Browse files
supported_android_sdk_version: add documentation which Android SDK ist supported
1 parent bd077b0 commit d26a113

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,13 @@ Example [app](https://github.com/phrase/android-sdk-example)
216216

217217
If the wrong version of a translation is being used, ensure a release with the latest translations and the current app version is available and the `versionName` for the app set and are using the `<major>.<minor>.<point>`. format.
218218

219+
## Android SDK Support
220+
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|-|
219226

220227
## Limitations
221228
- 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)