سلام دوستان یک پروزه دارم هفته قبلی بدون مشکل باز میشد امروزبا این خطا باز میشه

ممنون میشم راهنمایی فرمایید
ERROR: In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[11.0.
4]", but isn't being resolved to that version. Behavior exhibited by the library will be unknown.

Dependency failing: com.google.firebase:firebase-messaging:11.0.4 -> com.google.firebase:firebase-common@[11.0.4], but f
irebase-common version was 16.0.0.

The following dependencies are project dependencies that are direct or have transitive dependencies that lead to the art
ifact with the issue.
-- Project 'app' depends onto com.onesignal:OneSignal@3.9.1
-- Project 'app' depends onto com.google.firebase:firebase-core@16.0.0

For extended debugging info execute Gradle from the command line with ./gradlew --info :app:assembleDebug to see the dep
endency paths to the artifact. This error message came from the google-services Gradle plugin, report issues at https://
github.com/google/play-services-plugins and disable by adding "googleServices { disableVersionCheck = false }" to your b
uild.gradle file.