github wix/Detox 15.5.0

latest releases: 20.22.0-smoke.0, 20.21.0, 20.20.3...
4 years ago

Removed unneeded dependencies from Detox library's Gradle build script (#1950).

Detox users - you can now apply these changes to the way you import Detox in your app scripts:

dependencies {
-    androidTestImplementation('com.wix:detox:+') { transitive = true } 
+    androidTestImplementation('com.wix:detox:+')
-    androidTestImplementation 'junit:junit:4.12'
}

Namely, remove transitive=true and remove junit altogether from the androidTestImplementation configuration.

Don't miss a new Detox release

NewReleases is sending notifications on new releases.