I\'m trying to use this blibioteca android-maps-extensions because I need to fix more than 1000 markers on my map .
Added the project dependencies in my project :
Open the gradle.properties
file inside the projects android-maps-utils-master
that you may have downloaded from GitHub
You will find
version=0.4-SNAPSHOT
# variables required to allow build.gradle to parse,
# override in ~/.gradle/gradle.properties
signing.keyId=
signing.password=
signing.secretKeyRingFile=
sonatypeUsername=
sonatypePassword=
inside it, just copy and put it in your projects gradle.properties
.