jcesarmobile commented on issue #69: androidx support URL: https://github.com/apache/cordova/issues/69#issuecomment-455149449 Well, I did a quick read and it looks like it just needs to target SDK 28, which I think it's already there. (I noticed this file still uses 27, but not sure if it's used anymore https://github.com/apache/cordova-android/blob/master/framework/project.properties#L13) And set two values to true in a `gradle.properties` file, which I can't find on Cordova projects, so not sure if we want to create it as default or leave the users do it themselves (probably not as it should go in projectName/platforms/android/ and everything there will be wiped). Also we should try and see what happens when some plugins use the new "support library", and others the old one
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
