getditto / DittoAndroidTools

Diagnostic and Debugging Tools for Ditto Android SDK
MIT License
6 stars 1 forks source link

Cleanup demo app dependencies. Add local testing instructions #107

Closed rajramsaroop closed 4 months ago

rajramsaroop commented 4 months ago

Fixes https://github.com/getditto/DittoAndroidTools/issues/104

Cleaned up the dependencies.

Also added instructions if someone wanted to test tools changes either locally or in an external project.

Added the ability to set the local version number in local.properties file (since the file doesn't get committed, less chance of something changing that we don't want). When running ./gradlew publishToMavenLocal it will use the version set there. This should NOT affect publishing to Maven or the Github action - those should work as expected.