Thiago Reis
Results
2
comments of
Thiago Reis
@joekh36 It worked for me. Thanks.
The same problem here: #553. You can try add: ``` dependencies { ... implementation ("androidx.appcompat:appcompat:1.3.1") { version { strictly '1.3.1' } } ... } ``` That solution worked for me.