SyntaxFix
Write A Post
Hire A Developer
Questions
Update your third party dependencies. for example I updated dependency from implementation 'com.github.ybq:Android-SpinKit:1.1.0' to implementation 'com.github.ybq:Android-SpinKit:1.2.0'. and in my case issue has been solved.
implementation 'com.github.ybq:Android-SpinKit:1.1.0'
implementation 'com.github.ybq:Android-SpinKit:1.2.0'