Android Question Warning while submitting an update

Almog

Active Member
Licensed User
Hello,

I've just added Firebase Notifications to my app with ready to run sdk .

when trying to publish the update at the Google play console, this warning had shown:

You uploaded an APK or Android App Bundle that uses Google Play services version 12451000. This will only work with Android API levels of 9 and above. It is discouraged to use this Google Play services version unless you have set the minSdkVersion in your manifest to 9 or higher.

Does anybody know what does this warning means, and what I need to do to avoid it?

Thanks in advance
 

BillMeyer

Well-Known Member
Licensed User
Longtime User
Well, 9 is higher than 5, so you have to set it to at least 9, because it wont work below that!!!!

Maybe it's RTL that is the problem !! :p:D
 
Upvote 0
Top