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
Apps using sublimpicker fails while writing UI tests.
Gradle results pasted below for reference.
Reason: android dependencies aren't upto date with releases.
Solution: can be fixed easily by updating Android dependencies.
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:preDebugAndroidTestBuild'.
Conflict with dependency 'com.android.support:recyclerview-v7' in project ':app'. Resolved versions for app (27.1.1) and test app (23.1.1) differ. See https://d.android.com/r/tools/test-apk-dependency-conflicts.html for details.
The text was updated successfully, but these errors were encountered:
Apps using sublimpicker fails while writing UI tests.
Gradle results pasted below for reference.
Reason: android dependencies aren't upto date with releases.
Solution: can be fixed easily by updating Android dependencies.
The text was updated successfully, but these errors were encountered: