When I upgraded my android project to android-maps-utils to 0.5+, the entire geojson package was missing.
The geojson Class moved in to package com.google.maps.android.*data*.geojson.
Changing the import to:
import com.google.maps.android.data.geojson.*