NominatimGeocoderBackend icon indicating copy to clipboard operation
NominatimGeocoderBackend copied to clipboard

Migrate to androidX for fixing compile issues

Open ttefke opened this issue 4 years ago • 0 comments

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.

ttefke avatar Sep 06 '20 13:09 ttefke