Distributing Android Libraries via JCenter for Gradle Importing(brianattwell.com) |
Distributing Android Libraries via JCenter for Gradle Importing(brianattwell.com) |
bintrayRepo = 'maven'
whereas this line doesn't: classpath 'com.android.tools.build:gradle:1.2.3'
I notice you've also got an example of a colon apply from: 'https://raw.githubusercontent.com/attwellBrian/JCenter/master/installv1.gradle'
which further complicates things. Why not just "apply" ? Not sure if I want to remember all the special syntax cases in the build language.