Azoft / CarouselLayoutManager

Android Carousel LayoutManager for RecyclerView
Apache License 2.0
2.56k stars 369 forks source link

CarouselLayoutManager prevents application update when used as module in application #57

Closed JugeHuge closed 7 years ago

JugeHuge commented 7 years ago

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

<uses-permission android:name="android.permission.MANAGE_USB" />

<meta-data
    android:name="android.support.VERSION"
    android:value="25.3.1" />

<application

Any idea why it's doing so?

JugeHuge commented 7 years ago

It's seems to be Android support library bug so i'm closing this.