Guys, i was able to build!
Edit “\platforms\android\CordovaLib\build.gradle” instead “\platforms\android\build.gradle” and put jcenter() after maven…
repositories {
maven {
url "https://maven.google.com"
}
jcenter()
}