dynamite8 / resources-android-dev

Collection of resources for becoming an Android developer
7 stars 7 forks source link

Update Gradle dependencies from 'compile' to 'implementation' #116

Closed JaeW closed 6 years ago

JaeW commented 6 years ago

'compile' has been deprecated. 'implementation' or 'api' should be substituted before gradle dependency specifications to ensure anyone running Android Studio 3.0 or later is able to compile successfully.

https://docs.gradle.org/current/userguide/java_library_plugin.html