googlearchive / firebase-jobdispatcher-android

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

Any Update of this library for targetting API 26 or more? #281

Closed i-m-aman closed 5 years ago

i-m-aman commented 5 years ago

Currently this library targetSDK is 26 and Google play console giving me warning about this. what to do? Any help?

jobdispatcher

Why am i getting the target SDK 25 when i am using 0.8.5 and i saw your library has target 27? I am not able to upload the app to the playstore?

SamratPyaraka commented 5 years ago

Currently this library targetSDK is 26 and Google play console giving me warning about this. what to do? Any help?

jobdispatcher

Why am i getting the target SDK 25 when i am using 0.8.5 and i saw your library has target 27? I am not able to upload the app to the playstore?

@deathstroke007 please check the tag, in that you have mentioned "android:targetSdkVerion=25". Update that to 26, that might solve your problem.

toddshansen commented 5 years ago

closing this as I think @SamratPyaraka is right about the cause here