Cordova Android Play Services Gradle Release

screenshot of Cordova Android Play Services Gradle Release

Cordova/Phonegap plugin for Android to align versions of the Play Services library components specified by other plugins to a specific version.

Overview:

The cordova-android-play-services-gradle-release is a Cordova/Phonegap plugin for Android that helps align versions of the Play Services library components specified by other plugins to a specific version. It solves the problem of build failures caused by including different versions of the Play Services library components.

Features:

  • Prevents build failures: The plugin prevents build failures that occur when different versions of Play Services library components are specified by different plugins.
  • Overrides version specifications: It injects a Gradle configuration file into the Android platform project, overriding any versions specified by other plugins and forcing them to the version specified in its Gradle file.
  • Resolves version collisions: By aligning the versions of Play Services library components, the plugin resolves conflicts that may arise due to different version specifications by different plugins.

Summary:

The cordova-android-play-services-gradle-release plugin helps align versions of the Play Services library components specified by other plugins in a Cordova/Phonegap project. By injecting a Gradle configuration file into the native Android platform project, it overrides any conflicting versions specified by other plugins and forces them to a specific version. This prevents build failures and resolves version collisions, ensuring a smooth development process for Android apps.