Skip to content

Commit

Permalink
[Refactor] Remove workaround for old fragment lint bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Mar 26, 2021
1 parent d0735fd commit bf23caf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ android {
// For "Invalid package reference in library; not included in Android: javax.security.sasl.
// Referenced from org.apache.mina.proxy.ProxyAuthException."
warning 'InvalidPackage'
// Work around androidx-fragment 1.3.1 bug: https://issuetracker.google.com/issues/182388985
ignore 'InvalidFragmentVersionForActivityResult'
}
}

Expand Down

0 comments on commit bf23caf

Please sign in to comment.