-
-
Notifications
You must be signed in to change notification settings - Fork 448
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
Fix: set min sdk version of sentry-android-fragment to API 14 #1608
Conversation
@@ -86,7 +85,7 @@ object Config { | |||
|
|||
val coroutinesCore = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3" | |||
|
|||
val fragment = "androidx.fragment:fragment-ktx:1.3.4" | |||
val fragment = "androidx.fragment:fragment-ktx:1.3.5" |
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.
theres a critical bugfix from 1.3.4
Codecov Report
@@ Coverage Diff @@
## main #1608 +/- ##
=========================================
Coverage 76.07% 76.07%
Complexity 1976 1976
=========================================
Files 198 198
Lines 6842 6842
Branches 680 680
=========================================
Hits 5205 5205
Misses 1305 1305
Partials 332 332 Continue to review full report at Codecov.
|
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.
LGTM
📜 Description
https://mvnrepository.com/artifact/androidx.fragment/fragment and https://androidx.tech/artifacts/fragment/fragment/ state min API 14
💡 Motivation and Context
Fix #1607
💚 How did you test it?
CI
📝 Checklist
🔮 Next steps