Images
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 includecom.google.android.gms:play-services-appindexing:9.8.0
andcom.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?