I am not able to import HelpCenterActivity from zendesk sdk 5.2.0
I am not able to import HelpCenterActivity from Zendesk support sdk 5.2.0.
implementation group: 'com.zendesk', name: 'support', version: '5.1.2'
import zendesk.support.guide.HelpCenterActivity;
When I am doing the above import, its showing error: "Cannot resolve symbol 'guide'", Also I am not getting any other suggestions for importing HelpCenterActivity
-
Hi Aakash! I see that you're trying to use version 5.1.2 of the Support SDK and to use this, you need to be using Messaging 5.3.0. Take a look at the release notes here for more information.
Please sign in to leave a comment.
1 Comments