You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
peterjosling
added a commit
to peterjosling/android-wail-app
that referenced
this issue
Jan 31, 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 likeError 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?
The text was updated successfully, but these errors were encountered: