Skip to content
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鈥檒l 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

Merged
merged 2 commits into from
Jul 19, 2021

Conversation

marandaneto
Copy link
Contributor

@marandaneto marandaneto commented Jul 19, 2021

馃摐 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

  • I reviewed the submitted code
  • I added tests to verify the changes
  • I updated the docs if needed
  • No breaking changes

馃敭 Next steps

CHANGELOG.md Outdated Show resolved Hide resolved
@@ -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"
Copy link
Contributor Author

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-commenter
Copy link

codecov-commenter commented Jul 19, 2021

Codecov Report

Merging #1608 (00e82df) into main (1bb9ff4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            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.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 1bb9ff4...00e82df. Read the comment docs.

Copy link
Contributor

@maciejwalkowiak maciejwalkowiak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marandaneto marandaneto merged commit 5ab8e8d into main Jul 19, 2021
@marandaneto marandaneto deleted the fix/min-sdk-fragment branch July 19, 2021 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why Min Sdk 21 is requrired for sentry-android-fragment and sentry-android-okhttp?
4 participants