'com.google.maps.android:android-maps-utils:1.0.1' breaks on clustering, :1.0.0 does not

86 Views Asked by At

After upgrading android-maps-utils from 1.0.0 to 1.0.1 the cluster part of my app won't compile because

import com.google.maps.android.clustering.ClusterItem
import com.google.maps.android.clustering.ClusterManager

does not import anymore.

reverting to 1.0.0 it works again.

Do anyone know what breaking changes has been done in 1.0.1 ?

RG

2

There are 2 best solutions below

1
Ali Has On

Try to clean project then invalidate cache /Restart.

0
Roar Grønmo On

There was a bug in v1.0.1. v1.0.2 have recently been released, and that fixed it.