indeed, android is pulling older versions of the shared resources
although the actual shared-resource is linked with the article-upload
correctly.on ios everything works as expected.... $sharedContUrl =
$oDpsShared->getContentUrl();$articleObj->linkSharedContent($sharedContUrl,
'shared');...we get arround this issue by placing a uniqe timestamp for
each collection with the assets calls ( e.g
../shared/main.css?1454662533 ).this will cause android to deliver the
latest shared-resource.