halfhp / androidplot

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

Android 9 compiler warnings #93

Closed pwireless closed 5 years ago

pwireless commented 5 years ago

Thank you very much for the great library!

I downloaded the latest code from github, and changed the targetSdk to 28.

I get the following warnings from Android Gradle Plugin.

Could you possibly update the code to remove these warnings? Thank you

Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.  
Configuration 'testCompile' is obsolete and has been replaced with 'testImplementation' and 'testApi'.  
Configuration 'testApi' is obsolete and has been replaced with 'testImplementation'.  
Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.  
Configuration 'debugCompile' is obsolete and has been replaced with 'debugImplementation' and 'debugApi'.  
Configuration 'releaseCompile' is obsolete and has been replaced with 'releaseImplementation' and 'releaseApi'.  
Configuration 'testCompile' is obsolete and has been replaced with 'testImplementation' and 'testApi'.  
Configuration 'testApi' is obsolete and has been replaced with 'testImplementation'.  
halfhp commented 5 years ago

@pwireless yep will try to get that updated in the next release. PR's are welcome if you need it sooner :)

halfhp commented 5 years ago

fixed in 1.5.7