Thanks so much this wonderful Carousel implementation.
Unfortunately i runned problems with it when i tried to make software update.
I have put CarouselLayoutManager as module to my project for enabling modifications for it..
Now when i make signed.apk and try update current version with new one. Update fails to parse error.
for some reason when package is created. it will create meta-data section in wrong position at manifest.xml which will end up to APK as it should be under tag.
Hi,
Thanks so much this wonderful Carousel implementation. Unfortunately i runned problems with it when i tried to make software update.
I have put CarouselLayoutManager as module to my project for enabling modifications for it..
Now when i make signed.apk and try update current version with new one. Update fails to parse error. for some reason when package is created. it will create meta-data section in wrong position at manifest.xml which will end up to APK as it should be under tag.
app/build/intermediates/manifests/full/release/AndroidManifest.xml
Any idea why it's doing so?