tarunpahuja18 commented on issue #1362:
URL: 
https://github.com/apache/cordova-android/issues/1362#issuecomment-932999195


   > 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
   > 
   > we need to check if there is a way to avoid having to be so fast in this 
hand to hand cyber combat with gradle build
   
   In case the build has to be generated from command line, there is one more 
place where the value of androidx.appcompat:appcompat needs to be updated which 
is at location
   
   platforms/android/project.properties 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]

Reply via email to