Made a library, added to my project as a gradle module. Now I decided to switch to maven, so I built my library as an aar, removed it from settings.gradle and changed the compile statement. Now when I build my project I get
Position 22 : No resource identifier found for attribute 'cardBackgroundColor' in package 'my.package'
It's an atribute used within the library.