breautek commented on issue #1645: URL: https://github.com/apache/cordova-android/issues/1645#issuecomment-1686846577
I think you'll need `apply from: 'CordovaLib/cordova.gradle'` (or a way to import the `cordova.gradle` which is what sets up `cordovaConfig` whose values are mostly sourced from a generated json file. But i'm not 100% confident if that will work. I'd need to do testing and experimenting which I don't really have the time to do. the `cordova.gradle` is applied at the project level however, so I think all modules should have access to `cordovaConfig`, including the app module gradle file. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
