Skip to content

Commit dc3fb22

Browse files
Merge pull request #93 from phrase/documentation/supported_android_sdk_version
Documentation: Supported Android SDK
2 parents bd077b0 + d96718a commit dc3fb22

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,18 @@ 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+
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|
219231

220232
## Limitations
221233
- 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)