This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed
exclude group: 'com.android.support'
(AdevintaSpain#317)
You could add in the AndroidX excludes as well, but it seemed like it was going to make this pretty complicated in onboarding instructions, and not everyone uses those androidx packages: ``` exclude group: 'androidx.annotation' exclude group: 'androidx.legacy' exclude group: 'androidx.recyclerview' exclude group: 'androidx.vectordrawable' ``` *Dependencies* * Old version with support library: https://mvnrepository.com/artifact/com.schibsted.spain/barista/2.10.0 * This version with Android X: https://mvnrepository.com/artifact/com.schibsted.spain/barista/3.2.0
- Loading branch information