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


   I've added this to the 10.0.0 milestone, which is planned to only support 
android x. The reasoning being is supporting both old android libraries and the 
new support libraries simultaneously will be too much work to maintain. So 
starting with cordova-android@10, the old (and deprecated) support libraries 
will **not** be supported. So no `android.support.v7.app.AppCompatActivity` 
references... So in your PR, you can use 
`androidx.appcompat.app.AppCompatActivity` references.
   
   Do note that cordova-android 10 is still a long ways away, so don't be alarm 
if your PR stays open for awhile, and some ongoing maintenance may be required 
(rebasing hotfixes that have been merged in, for example). 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to