halfhp / androidplot

Charts and plots for Android
http://androidplot.com
Apache License 2.0
505 stars 159 forks source link

Quickstart need an update #101

Closed shaielc closed 2 years ago

shaielc commented 4 years ago

Quickstart (documentation) problems:

androidplot: 1.5.7

  1. had to add this dependancy in addition to the one already in the quickstart:

implementation "com.halfhp.fig:figlib:1.0.7"

  1. compile seems to be deprecated for new versions it should be "implementation"

WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html Affected Modules: ap[

halfhp commented 4 years ago

Thanks @shaielc I'll get that corrected!

halfhp commented 2 years ago

readme has been updated. figlib should not be necessary as a separate dependency.