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.
3.4k stars 395 forks source link

Android Priority Jobqueue 1.3.x depends on Android 2.x which breaks AS 3.0 plugin #421

Closed Zhuinden closed 7 years ago

Zhuinden commented 7 years ago

You need to add

compile ('com.birbit:android-priority-jobqueue:1.3.x') {
    exclude group: 'com.google.android'
}
Zhuinden commented 7 years ago

Release build actually built an app called com.android.systemui because of having apjq as a dependency, what the heck :D

Zhuinden commented 7 years ago

I actually don't know if this occurs with 2.x, but it might