Aidan
Results
2
comments of
Aidan
replace `implementation 'androidx.appcompat:appcompat:+'` with `implementation 'androidx.appcompat:appcompat:1.3.0'` it works for me .
> My multidex config was the culprit in my projects. If you have something like this that forces `androidx.appcompat` to use specific versions, you might try removing it. > >...