Skip to content

Conversation

@marcodallaba
Copy link
Contributor

In DialerActivityTest class, it is used IntentsTestRule that is a deprecated class. I corrected it using ActivityScenarioRule and Intents.init() and Intents.release() instead.

@google-cla google-cla bot added the cla: yes label May 3, 2021
import android.net.Uri;
import android.os.Build;

import androidx.test.espresso.core.internal.deps.guava.collect.Iterables;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

internal classes should not be used. The former com.google.common.collect.Iterables import is correct

@marcodallaba
Copy link
Contributor Author

@brettchabot got it. Anyway I think there's a missing dependency, since if I open the project I cannot resolve com.google.common.collect.Iterables

Maybe implementation("com.google.guava:guava:30.1.1-android") is missing in build.gradle?
Let me know if I have to add it.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants