2

Images


Android Studio report


No 10.2.0 library available


Exception

All com.google.android.gms libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 9.8.0, 10.2.0. Examples include com.google.android.gms:play-services-appindexing:9.8.0 and com.google.android.gms:play-services-base:10.2.0

I am mixing versions 9.8.0 and 10.2.0.

Lastest versions

  • com.google.android.gms:play-services-fitness: 10.2.0

  • com.google.android.gms:play-services-appindexing: 9.8.0

Issue

I must use com.google.android.gms:play-services-fitness:10.2.0 because it includes that latest update that I need.

However, there is no 10.2.0 version of com.google.android.gms:play-services-appindexing, 9.8.0 is the latest one.

Question

So, I can't downgrade fitness because I need the latest version, but there is no version for appindexing that matches it.

What do I do in this case?

Community
  • 1
  • 1
JonZarate
  • 841
  • 6
  • 28

1 Answers1

3

App Indexing moved to the Firebase bundle. A lot is moving there and if you don't use Firebase I'd recommend migrating & checking it out. It certainly seems to be the future of where this is all heading.

More info on how to migrate the AppIndexing element can be found here

Lee Armstrong
  • 11,420
  • 15
  • 74
  • 122