okaybroda / ImageZoom

An Android library that makes any view to be zoomable.
GNU General Public License v3.0
120 stars 25 forks source link

Remove application element from the Manifest #5

Closed lennynilsson closed 7 years ago

lennynilsson commented 7 years ago

The application element in the manifest causes merge failures when the library is used in an application with allowBackup="true".

https://github.com/okaybroda/ImageZoom/blob/master/library/src/main/AndroidManifest.xml

It is possible to override with 'tools:replace="android:allowBackup", but it would be nice if the property can be used as intended.

okaybroda commented 7 years ago

Removed allowBackup and supportsRtl attributes.

Cheers!