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
{{ message }}
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
The dependency to recyclerview-v7 is not pinned to a specific revision. Since the refactor of the Android support-v4 library this causes a build failure due to duplicate class files (see below for the error message).
This can be fixed by setting the revision of recyclerview-v7 to 24.1.1 (i.e. to match the other support library versions). Additionally, appcompat-v7 is included twice; once un-pinned. The latter inclusion should be removed.
The dependency to recyclerview-v7 is not pinned to a specific revision. Since the refactor of the Android support-v4 library this causes a build failure due to duplicate class files (see below for the error message).
This can be fixed by setting the revision of recyclerview-v7 to 24.1.1 (i.e. to match the other support library versions). Additionally, appcompat-v7 is included twice; once un-pinned. The latter inclusion should be removed.
Build failure: