When I use implementation \'com.google.firebase:firebase-inappmessaging-display:17.2.0\' in my app/build.gradle, I get this error:
implementation \'com.google.firebase:firebase-inappmessaging-display:17.2.0\'
app/build.gradle
Open build.gradle file.
build.gradle
Do Not replace! Just add this line into dependencies{}:
dependencies{}
implementation 'com.google.guava:guava:-jre'
Note: To get the version go to https://mvnrepository.com/artifact/com.google.guava/guava and find for the latest version of jre.
jre