google / blockly-android

Blockly for Android
Apache License 2.0
672 stars 209 forks source link

Use compileOnly dependencies for support libraries #645

Open AnmAtAnm opened 6 years ago

AnmAtAnm commented 6 years ago

When Gradle 3.0 reaches release (presumably with Android Studio 3.0), switch android support dependencies over to compileOnly dependencies. Update the the docs to match.

See release notes here: https://developer.android.com/studio/build/gradle-plugin-3-0-0.html

AnmAtAnm commented 6 years ago

This is now api and/or implementation dependencies. Still trying to get this to work.

TheBrokenRail commented 5 years ago

This is fixed with #753, issue should be closed.