Created
October 10, 2018 23:15
-
-
Save cnmoro/d2d0620855ad7fa61ce77085e5565551 to your computer and use it in GitHub Desktop.
Ionic bug fix version@lib dependency
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
In platforms/android/project.properties | |
add missing libs as 'cordova.system' | |
also, reoder the libs alias number | |
Sample | |
cordova.system.library.3=com.google.android.gms:play-services-basement:+ | |
cordova.system.library.4=com.google.android.gms:play-services-maps:+ | |
cordova.system.library.5=com.google.android.gms:play-services-location:+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment