Skip to content

Conversation

@simonlaalo
Copy link

@simonlaalo simonlaalo commented Dec 7, 2017

Updating to a more recent gradle and android build tools to solve generated Resource index value inconsistencies. Specifically, the index values for R.styleable.StickyScrollView_stuckShadowHeight and R.styleable.StickyScrollView_stuckShadowDrawable were transposed at runtime, leading to UnsupportedOperationException: "Can't convert to dimension: type=0x3" when inflating the layout when used library is used with newer Gradle (on line 90 or 98 respectively of StickyScrollView.java) should one or both of these attributes be set in the layout xml.
Incrementing version number as the build results may not be backwards compatible.

…lue inconsistencies. Specifically, the indexes for stuckShadowDrawable and stuckShadowHeight were transposed at runtime, leading to UnsupportedOperationException: "Can't convert to dimension: type=0x3"UnsupportedOperationException when inflating the layout when used library is used with newer Gradle.

Incrementing version number as the build results may not be backwards compatible.
@simonlaalo
Copy link
Author

I have also commented out the push to the maven repo in my fork, which you will likely want to uncomment in your version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants