You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 referencesme.panavtec.drawableview.internal.SerializablePath
, a class that does not exist in the sources of the0.6.0
release. It'd be great to have a0.6.1
release that contains a clean artifact of the0.6.0
sources.The text was updated successfully, but these errors were encountered: