material-animated-switch
material-animated-switch copied to clipboard
Compile error caused by application delaration in library.
Attribute application@label value=(@string/launcher_name) from AndroidManifest.xml:20:9
is also present at com.github.glomadrian:MaterialAnimatedSwitch:1.1:13:9 value=(@string/app_name)
This library declares an application element in its AndroidManifest. This element shouldn't be included in a library because it tries to override the client application's attributes.