google / blockly-android

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

Adding the gradle tasks necessary to deploy binaries #631

Closed AnmAtAnm closed 6 years ago

AnmAtAnm commented 6 years ago

Adding the gradle tasks necessary to deploy binaries .aar and source files to Bintray.

This is a commit to master to release the old build.


This change is Reviewable

RoboErikG commented 6 years ago

Mostly :lgtm_strong: One question about where the name of the library comes from.


Review status: 0 of 6 files reviewed at latest revision, 1 unresolved discussion.


blocklylib-core/deploy.gradle, line 16 at r1 (raw file):


            group properties.groupId
            artifactId project.name

Where does project.name get set?


Comments from Reviewable