Hello all! I'm trying to make a minor change in f...
# firebase
t
Hello all! I'm trying to make a minor change in firebase-messaging and deploy it with my app. I've made the change, added mavenLocal() to the top of my repo list, and deployed using the recommended deployment gradle command.
./gradlew -PprojectsToPublish="firebase-messaging" publishReleasingLibrariesToMavenLocal
However, my changes aren't being used. Is there another gradle setting I've missed? I assumed that it would find the proper version of firebase-messaging in my local repo, use that and then pull the rest from the public repo. Is that what should happen?