twitchtv / api-android-java

Java Wrapper for android, IGDB.com API. Requires an API key. Get one at:
https://api.igdb.com/
MIT License
14 stars 13 forks source link

update readme to reflect "implementation" #7

Closed TomQDRS closed 6 years ago

TomQDRS commented 6 years ago

This is a very minor issue, but the readme should be updated to reflect that in the project dependencies, "compile" is deprecated and is going to be removed by the end of 2018. "implementation" should be used instead for buildtime improvements, see https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration?utm_source=android-studio#new_configurations

husnjak commented 6 years ago

nice! Thank you. The docs have been updated with implementation instead of compile.