Skip to content

Instantly share code, notes, and snippets.

@cnmoro
Created October 10, 2018 23:15
Show Gist options
  • Save cnmoro/d2d0620855ad7fa61ce77085e5565551 to your computer and use it in GitHub Desktop.
Save cnmoro/d2d0620855ad7fa61ce77085e5565551 to your computer and use it in GitHub Desktop.
Ionic bug fix version@lib dependency
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