googlearchive / firebase-jobdispatcher-android

DEPRECATED please see the README.md below for details.
Apache License 2.0
1.79k stars 208 forks source link

Minimum API Level? #264

Closed desokroshan closed 5 years ago

desokroshan commented 6 years ago

What is the Minimum API Level supported? Repo Title says:

works on all recent versions of Android (API level 9+) that have Google Play services installed.

Whereas the comparison table in README mentions Minimum API as 14. Please clarify.

pedromassango commented 5 years ago

The minimum is 14.

You can check it on constants's gradle file: https://github.com/firebase/firebase-jobdispatcher-android/blob/master/common/constants.gradle

toddshansen commented 5 years ago

documentation was update to clarify this.