Majid Ahmadi Jebeli
Majid Ahmadi Jebeli

Reputation: 591

Can I use two different versions of Google Play Api in android?

I'm working on a android project that uses api Google Map and I have to use the old version 10.0.1 because most my users use Google Service 10.

  1. Can I use the latest version of FireBase (11.8.0) along with the Google Play Service 10.0.1?
  2. Can I have both old and new versions of Google Play Service together? (10.0.1 + 11.8.0)

Upvotes: 1

Views: 130

Answers (1)

Alex Mamo
Alex Mamo

Reputation: 138824

  1. No, you cannot. Both must be the same version.
  2. No, you cannot. You can use only a single version.

And as a personal recommendation, always use the lastest version which is for the moment: 11.8.0

Upvotes: 1

Related Questions