CircularImageView
CircularImageView copied to clipboard
Import Module Directly, Issues?
Should this just be as easy as import->module? (Android Dev Studio 0.8.2)
Everything in the build.gradle file is unknown (project.VERSION_NAME etc).
Error:(3, 0) Could not find property 'VERSION_NAME' on project ':circularimageview'.
Those properties are defined in the root gradle.properties file. Since they are not defined inside the circularimageview module per se, Android Studio throws those errors. A simple workaround would be to add the raw values by hand to circularimageview/build.gradle (project.VERSION_NAME => 1.1, etc).