I tried adding Sweet Alert Dialog to my project using this way and I face no error during adding the .aar
library locally.
Sweet Alert Dialog is successfully added to the project and I can use It's classes in my project. (Android studio recognizes it's classes). But when I try to build the project I get this error:
Error:No resource identifier found for attribute 'progressIndeterminate' in package 'com.mypackagename'
I found the same Issue here with no answer. Can anybody help?