just add compile 'io.particle:devicesetup:0.4.0' to the dependencies element in your app module's build.gradle file
Now that's easy enough. Here's the problem, later, I want to customize the product / brand info as is described here:
Customize setup look and feel by overriding values from the customization.xml file
under devicesetup -> src -> main -> res -> values.
Problem is, I cannot see where Android Studio is downloading the remote dependency to, so I am not sure where to make the necessary customizations to the customization.xml file.
I’m also unfamiliar with android, but I would say that if it’s working for you, I guess it is right! If anything else comes up, feel free to create a new thread here in the community or you could submit a ticket to our support site, here.
When you are importing the device setup project by adding it via a dependency, you can just copy the customization.xml file from the project on github and add it to your projects res/values folder. the settings in there should be picked up.