You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/02/05 10:02:45 UTC

[GitHub] nrikiji opened a new issue #650: Is there a way to change the version of Gradle Plugin?

nrikiji opened a new issue #650: Is there a way to change the version of Gradle Plugin?
URL: https://github.com/apache/cordova-android/issues/650
 
 
   Would you please tell me if there is a way to change without fiddling the code directly...
   
   ```
   buildscript {
   
       ・・・
   
       dependencies {
           // I want to rewrite this value
           classpath 'com.android.tools.build:gradle:3.2.0'
       }
   }
   ```
   
   https://github.com/apache/cordova-android/blob/master/framework/build.gradle#L34

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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