Skip to content

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

@iTwenty

Description

@iTwenty

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions