breautek commented on issue #1686:
URL: 
https://github.com/apache/cordova-android/issues/1686#issuecomment-1845996783

   The commit that removed it was in 
https://github.com/apache/cordova-android/commit/a9d4d4ebd2b3cc6d35be95180043b1465b5a8014
   
   It was a utility method that was no longer used, so it was removed. It was 
never part of the public API, so I don't foresee it being added back.
   
   Have a look at the `cordova.gradle` change and you'll see the method 
function declaration. Likely you can just grab and reimplement that in your 
plugin code (or wherever it's needed).
   
   A plugin can include custom gradle files via the 
[framework](https://cordova.apache.org/docs/en/12.x/plugin_ref/spec.html#framework)
 directive: 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to