Fix ionic android build -> jCenter missing libs-jars
modify:
mavenCentral()
jcenter()
to:
maven { url "https://maven.google.com" }
jcenter { url "http://jcenter.bintray.com/"}
in files:
platforms/android/build.gradle
platforms/android/app/build.gradle
platforms/android/CordovaLib/build.gradle