Using mavenLocal required the app to be built every time a change was made to the SDK, which would lead to a poor development flow when working on the SDK A solution I found was to include separate gradle profile files in the showcase app. One profile would link dependencies to a release version of the SDK whereas the other profile would follow the conventions we already have in the example app. |