-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: #2398 Migrate the project to support Androidx #2464
base: development
Are you sure you want to change the base?
Conversation
The build is failing✨ Good work on this PR so far! ✨ Unfortunately, the Circle CI build is failing as of 01807c7. Here's the output:
|
@dheerajkotwani fix the circle ci build |
@atm1504 fixed the ci build. |
@dheerajkotwani Squash all the commits into a single commit. |
@@ -24,6 +24,7 @@ import timber.log.Timber | |||
* Created by collinx on 22-10-2017. | |||
*/ | |||
|
|||
@Suppress("DEPRECATION") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why suppress?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
androidx.test.runner.AndroidJUnit4
was showing deprecation there and without this the circle ci build was also failing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be another way
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay @liveHarshit I will try this with some different approach
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@liveHarshit made the changes as asked by you
Fixes #2398 : Migrate the project to support Androidx
Changes: Migrated the project and changed the features to support androidx