I have this in the build.gradle:
api 'com.jsibbold:zoomage:1.3.1'
Building the module generates the following:
ERROR: ...\build\intermediates\merged_res\release\layout\activity_view_image_file.xml:24: AAPT: error: attribute zoomage_autoCenter (aka com.mydomain.mymodule:zoomage_autoCenter) not found.
I have this in the build.gradle:
api 'com.jsibbold:zoomage:1.3.1'
Building the module generates the following: ERROR: ...\build\intermediates\merged_res\release\layout\activity_view_image_file.xml:24: AAPT: error: attribute zoomage_autoCenter (aka com.mydomain.mymodule:zoomage_autoCenter) not found.
Could anyone offer a tip on its remedy?