I'm want to implement Firebase JobDispatcher
for running background operations. But while Extending JobService, it's showing error as class requires api level 21
. Why ?
Replace import android.app.job.JobService
with import com.firebase.jobdispatcher.JobService