yigit / android-priority-jobqueue

A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatibility with appcompat support library v7:27

damms005 opened this issue · comments

My project already uses appcompat support library v7:27.0.2. However, this library uses on v21.

Requirement of my app will not allow me downgrade to v21. How can I use your app without this gradle build complain of lower/different support library version?