Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple_maps - Android: Use pure Android X and latest Google Maps SDK #2942

Open
wants to merge 1 commit into
base: multiple_maps
Choose a base branch
from

Conversation

GitToTheHub
Copy link

  • Change Imports for Android Support Library to Android X
  • Remove Plugin dependency cordova-androidx-build from plugin.xml. This is not needed anymore.
  • Raise android-minSdkVersion from 19 to 21. This was needed for this PR.
  • Remove com.android.support:multidex:1.0.3 from pgm-custom.gradle. This was needed, when the minSdkVersion was lower then 21.
  • Use original Google Maps SDK dependencies again and not any longer a deprecated and decommissioned beta version
  • Google Maps SDK dependencies versions are configurable again with GOOGLE_MAPS_PLAY_SERVICES_VERSION and GOOGLE_MAPS_PLAY_SERVICES_LOCATION_VERSION
  • Cleanup of pgm-custom.gradle

- Change Imports for Android Support Library to Android X
- Remove Plugin dependency cordova-androidx-build from plugin.xml. This is not needed anymore.
- Raise android-minSdkVersion from 19 to 21. This was needed for this PR.
- Remove 'com.android.support:multidex:1.0.3' from pgm-custom.gradle. This was needed, when the minSdkVersion was lower then 21.
- Use original Google Maps SDK dependencies again and not any longer a deprecated and decommissioned beta version
- Google Maps SDK dependencies versions are configurable again with GOOGLE_MAPS_PLAY_SERVICES_VERSION and GOOGLE_MAPS_PLAY_SERVICES_LOCATION_VERSION
- Cleanup of pgm-custom.gradle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant