Thiago Reis

Results 2 comments of Thiago Reis

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.