google / blockly-android

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

Updating Gradle, build tools and dependencies. Using 'implementation' and/or 'api' instead of 'compile'. #752

Closed aidayounesi closed 5 years ago

aidayounesi commented 5 years ago

Gradle is now 3.2.1. Build tools are now 28.0.3. Updating supporting libraries to 28.0.0. All uses of 'compile' have been replaced with either 'implementation' or 'api', because 'compile' is deprecated, and needs to be replaced by the end of 2018 (Following the issues #724 #736 #737 #645 ).