ErroKokkarda edited a comment on issue #1362:
URL: 
https://github.com/apache/cordova-android/issues/1362#issuecomment-931405629


   there is a workaround but you might not like it :-D 
   you create build and when files in platforms/android/app/src/build.gradle 
are updated
   you catch just the right moment after update and before fetching of 
dependencies and swap
   
   `implementation "androidx.appcompat:appcompat:+"`
   
   with 
   
   `implementation "androidx.appcompat:appcompat:1.3.1"`
   
   
   thats best I got so far it seems someone pushed yesterday something here and 
stuff does not work anymore for people using ionic
   
   https://developer.android.com/jetpack/androidx/releases/appcompat
   
   


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