wf9a5m75 closed pull request #428: CB-13788: (android) Specify the minimum 
required version of google play services for plugins
URL: https://github.com/apache/cordova-android/pull/428
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/bin/templates/cordova/lib/builders/StudioBuilder.js 
b/bin/templates/cordova/lib/builders/StudioBuilder.js
index 8322e15bd..94e43a519 100644
--- a/bin/templates/cordova/lib/builders/StudioBuilder.js
+++ b/bin/templates/cordova/lib/builders/StudioBuilder.js
@@ -177,7 +177,7 @@ StudioBuilder.prototype.prepBuildFiles = function () {
     // For why we do this mapping: 
https://issues.apache.org/jira/browse/CB-8390
     var SYSTEM_LIBRARY_MAPPINGS = [
         [/^\/?extras\/android\/support\/(.*)$/, 
'com.android.support:support-$1:+'],
-        
[/^\/?google\/google_play_services\/libproject\/google-play-services_lib\/?$/, 
'com.google.android.gms:play-services:+']
+        
[/^\/?google\/google_play_services\/libproject\/google-play-services_lib\/?$/, 
/com\.google\.android\.gms:play-services.*/]
     ];
 
     propertiesObj.systemLibs.forEach(function (p) {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to