You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/12/04 10:06:58 UTC

[GitHub] alan-grixti commented on issue #591: Cordova-plugin-intercom crashing build at :app:transformClassesWithDesugarForDebug

alan-grixti commented on issue #591: Cordova-plugin-intercom crashing build at :app:transformClassesWithDesugarForDebug
URL: https://github.com/apache/cordova-android/issues/591#issuecomment-444043972
 
 
   Hi guys,
   
   I got to the bottom of this. The cordova plugin which I was using had references to the company's native Android SDKs. Their Gradle versioning was in the form of "5.2.+", where the + always resolved to the most recent version of the SDK. They released an update to the native SDK which introduced support library 28, and due to the versioning requirements this caused the Cordova plugin to introduce version 28 of the support libraries as well, breaking any Cordova android builds in the process.
   
   Thanks for your assistance guys!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org