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.
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.