shiburagi / Drawer-Behavior

Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
https://shiburagi.github.io/Drawer-Behavior/
MIT License
593 stars 101 forks source link

Unable to Build with Manifest AutoBackup = true #10

Closed rayliverified closed 5 years ago

rayliverified commented 5 years ago

This library's Manifest includes an unnecessary attribute autoBackup="true" which conflicts with apps that set autoBackup="false".

rayliverified commented 5 years ago

Fixed by #11

rayliverified commented 5 years ago

Any update?

shiburagi commented 5 years ago

Thanks for your contribution.

Sorry i didn't notice this issue and I already published it. implementation 'com.infideap.drawerbehavior:drawer-behavior:0.0.7'

rayliverified commented 5 years ago

Thank you for the merge and great library!