Since I started this project (not so long ago) I've added the support library with the newest version (27.0.2 right now). I'm in the process of adding Firebase as a new dependency. The problem I'm having that gradle now complains that I have 2 different versions of the support library (27.0.2 and 25.2.0). Since 27.0.2 is added by myself, 25.2.0 must come from Firebase. Before adding Firebase my project was fine, but when I synced gradle after adding Firebase it showed this warning.
How can I fix this? I'm already using the newest Firebase version (11.8.0) and the newest google-services from gms (com.google.gms:google-services:3.2.0)
By the way, I don't want to revert my own support library version to 25.2.0. I want to keep it at 27.0.2.