Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newly cloned project issues due to material-dialogs library #212

Open
iTwenty opened this issue Jan 5, 2016 · 0 comments
Open

Newly cloned project issues due to material-dialogs library #212

iTwenty opened this issue Jan 5, 2016 · 0 comments

Comments

@iTwenty
Copy link

iTwenty commented Jan 5, 2016

I tried building the freshly cloned project, meaning no cached dependencies. The gradle sync failed because the material-dialogs library has had some changes since 8.0.0, meaning I got a Failed to resolve: com.afollestad:material-dialogs:0.7.6.0 error. I updated the library version and added the jitpack repo, but got errors like Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'. in values-v23.xml file under the build folder. I presume this error is because the new version of this library depends on v23.1.1 of appcompat library which in turn expects expects the compileSdkVersion to be 23.

Should I submit a PR with the updated version of material-dialogs, and compileSdkVersion set to 23?

peterjosling added a commit to peterjosling/android-wail-app that referenced this issue Jan 31, 2016
Required for material-dialogs. Fixes artem-zinnatullin#212.
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

No branches or pull requests

1 participant