Skip to content

Commit

Permalink
Suppress lint InvalidFragmentVersionForActivityResult
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Mar 17, 2021
1 parent aa8ada5 commit 0cfe505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/Helpers.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ fun Project.setupCore() {
disable("BadConfigurationProvider")
warning("RestrictedApi")
disable("UseAppTint")
disable("InvalidFragmentVersionForActivityResult")
}
ndkVersion = "21.3.6528147"
}
Expand Down

0 comments on commit 0cfe505

Please sign in to comment.