Created
November 1, 2018 14:16
-
-
Save cnmoro/d99d9a67256b3c7dec60762b2c15b374 to your computer and use it in GitHub Desktop.
Fix ionic android build -> jCenter missing libs-jars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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