Continuing the discussion from Changes in android library does not reflect:
Hi
First I would like to ask you to post this and future similar issues in the mobile category. It is meant as a resource for app devs using Particle iOS/Android SDKs. With your permission, I moved the discussion here.
Second It’s very likely that since you added the compile 'io.particle:devicesetup:0.1.3'
line to your gradle file the lib is compiled and built from the maven repo and not from the local project that is why you don’t see changes reflected in this lib but do see changes in your app. Look for a comment in the build.gradle
file for the example project which shows how to compiling the project instead of the Gradle dependency
Also - you can integrate the lib locally by downloading it.
Let me know if this helps