I am working with ionic 4, everything was ok and i was able to build android apps until i had this error:
The library com.google.android.gms:play-services-base is being requested by various other libraries at [[11.0.4,11.0.4]], but resolves to 16.0.1. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.
I tried to regenerate the platform folder but it didn't work. What could be the problem and how to solve it?