What's Changed
Android
General
Full Changelog: 20.18.4...20.18.5
Caution
This version requires Java 17 installed, see our Java Setup guide.
Important
Compatibility with Java 11
For users who are currently using Java 11 and are unable to upgrade to Java 17, update your Detox dependency in the app/build.gradle
file to ensure compatibility.
Changes required
Replace the standard Detox dependency in your build.gradle
file with the Detox Java11-compatible version:
- androidTestImplementation('com.wix:detox:+')
+ androidTestImplementation('com.wix:detox-legacy:+')