pockethub / PocketHub

PocketHub Android App
Apache License 2.0
9.39k stars 3.46k forks source link

Remove automatic dependencies #1154

Closed veyndan closed 6 years ago

veyndan commented 6 years ago

As per https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html

You can restrict which dependencies leak their APIs to other modules by using Gradle's new dependency configurations: implementation, api, compileOnly, and runtimeOnly.

Meisolsson commented 6 years ago

Looks good