artem-zinnatullin / android-wail-app

DEPRECATED Android Last.fm scrobbler. Recruiters: please don't look at this project.
MIT License
121 stars 36 forks source link

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

Open iTwenty opened 8 years ago

iTwenty commented 8 years ago

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?