Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cnmoro/d99d9a67256b3c7dec60762b2c15b374 to your computer and use it in GitHub Desktop.
Save cnmoro/d99d9a67256b3c7dec60762b2c15b374 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment