NominatimGeocoderBackend
NominatimGeocoderBackend copied to clipboard
Migrate to androidX for fixing compile issues
Building this with build tools version 2.3.1 creates error messages because these build tools still specify a mips target, which does not exist anymore. Updating the build tools to a current versions forces us to update to AndroidX, which requires setting higher min and targetSdk versions.