sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.29k stars 1.06k forks source link

Upgrade project dependencies #69

Closed aalmiray closed 8 years ago

aalmiray commented 8 years ago

The project defines requires outdated versions of DataFX and FontAwesomeFX. The API of FontAwesomeFX has changed too.

compile 'de.jensd:fontawesomefx:8.9'
compile 'io.datafx:core:8.0.7'
compile 'io.datafx:flow:8.0.7'
jfoenixadmin commented 8 years ago

true, these are the demo dependencies (only used in demo). it's not included in JFoenix library.

aalmiray commented 8 years ago

FontawesomeFX is actually used by the libray. DataFX is only used by the demo application. Please reconsider upgrading FontawesomeFx at the very least.

aalmiray commented 8 years ago

My mistake. I see that the latest version in master no longer requires fontawesomefx in the library. Although there's still a name reference to it (awsomeIcon).