0

I tried to upload my code to bintry so that I can connect it to jcenter but the problem occurs when I add this line to my library build.gradle:

apply plugin: 'com.github.dcendents.android-maven'

gradle can not be build, what did I wrong?

aida
  • 3
  • 1

1 Answers1

0

I had the same issue. I was using gradle 2.4.

I don't know why but by downgrading gradle to 2.2.1 it get solved. Just go to File then Project Settings and write in gradle field 2.2.1.