WaveLoading
WaveLoading copied to clipboard
couldn't add your library
I am trying to add this library to my project . But when I add implementation 'com.race604.waveloading:library:1.1.1' to my build.gradle I can't sync project with this error . org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:processDebugManifest'.
Hi Explore to your manifest file, in bottom click merged manifest and resolve errors. In my case i set supportRtl = false but the library force it to true.
Thank you very much :)