You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,6 +216,13 @@ Example [app](https://github.com/phrase/android-sdk-example)
216
216
217
217
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.
218
218
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|-|
219
226
220
227
## Limitations
221
228
- 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