Todd-Davies / ProgressWheel

A progress wheel for android, intended for use instead of the standard progress bar.
MIT License
2.64k stars 710 forks source link

Possible chnes #29

Closed ydanila closed 9 years ago

ydanila commented 10 years ago

I was unable to use project as library in last Android studio 0.5.5

Without changing in build.gradle from

apply plugin: 'android'

to

apply plugin: 'android-library'

and using namespace

xmlns:ProgressWheel="http://schemas.android.com/apk/res-auto"