-
Notifications
You must be signed in to change notification settings - Fork 914
chore: Removed obsolete configurations and updated versions of dependencies. #2766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Travis is failing. Please fix. |
|
Yes sir. I am working on fixing it. |
|
@iamareebjamal @abishekvashok I am not able to resolve this error:
Could you please help with this? As far as I know, we are not using android.x in the app yet. |
|
You are using androidx somewhere in some transitive dependency |
|
@iamareebjamal how do I find the dependency in which androidx has been used? |
|
./gradlew app:dependencies |
|
@iamareebjamal did that. I was still unable to find androidx anywhere. |
|
That's impossible. |
|
@iamareebjamal apologies. I found out that androidx is being used. I went through all the dependencies manually this time. Earlier I was using the search feature of the terminal itself, which may be cause me to skip androidx. |
|
@iamareebjamal how do I fix this: ApplicationTestCase was deprecated in API Level 24. |
|
Update the tests |
|
@iamareebjamal how do I replace the ApplicationTestCase? |
|
@iamareebjamal @mariobehling @abishekvashok @adityastic please review. |
Fixed #2763
Changes: Changes
compiletoimplementation,debugCompiletodebugImplementationand other related changes. Also, updated versions of dependencies used.