Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
jb...@google.com <jb...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
il...@google.com <il...@google.com> #4
We'll also be making this available in the Activity 1.3.0-alpha07
release.
an...@gmail.com <an...@gmail.com> #5
Can someone confirm that this is fixed already? My combination is
const val activityKtx = "1.2.3"
const val fragmentKtx = "1.3.3"
but Lint ist still giving me this error
il...@google.com <il...@google.com> #6
Re #5 - yes that combination should work. Please file a new bug with a sample project if you're still having issues.
Description
Currently activity-lint detects
1.4.0-blah
as a version which fails to fulfill the >=1.3.0
version requirement forandroidx.fragment
, but I think this behavior is unintended.