The artifact in maven central for 0.6.0 has additional .class files in it. This causes Android Lint to fail when compiling an application as these classes reference other classes that are not there.
For example, the maven artifact includes me.panavtec.drawableview.gestures.DrawerDelegate which references me.panavtec.drawableview.internal.SerializablePath, a class that does not exist in the sources of the 0.6.0 release. It'd be great to have a 0.6.1 release that contains a clean artifact of the 0.6.0 sources.
The artifact in maven central for
0.6.0has additional.classfiles in it. This causes Android Lint to fail when compiling an application as these classes reference other classes that are not there.For example, the maven artifact includes
me.panavtec.drawableview.gestures.DrawerDelegatewhich referencesme.panavtec.drawableview.internal.SerializablePath, a class that does not exist in the sources of the0.6.0release. It'd be great to have a0.6.1release that contains a clean artifact of the0.6.0sources.