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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cordova/android): upgrade min target android API to 23 #1699

Merged
merged 4 commits into from
Aug 29, 2023

Conversation

daniellacosse
Copy link
Contributor

No description provided.

@daniellacosse daniellacosse marked this pull request as ready for review August 18, 2023 16:46
@daniellacosse daniellacosse requested a review from a team as a code owner August 18, 2023 16:46
@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Patch coverage has no change and project coverage change: +8% 🎉

Comparison is base (3f02fc2) 36% compared to head (ded99dd) 45%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #1699    +/-   ##
=======================================
+ Coverage      36%     45%    +8%     
=======================================
  Files          45      39     -6     
  Lines        2749    1943   -806     
  Branches      312     312            
=======================================
- Hits         1006     885   -121     
+ Misses       1743    1058   -685     
Flag Coverage Δ
apple ?
ios ?
macos ?
unittests 45% <ø> (+8%) ⬆️
www 45% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@daniellacosse daniellacosse changed the title chore(cordova/android): upgrade min target android API to 33 chore(cordova/android): upgrade min target android API to 23 Aug 24, 2023
@@ -23,7 +23,7 @@
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-minSdkVersion" value="23" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why do we need to upgrade, and what are the implications in user numbers?

Copy link
Contributor Author

@daniellacosse daniellacosse Aug 29, 2023

Choose a reason for hiding this comment

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

It's required by the Play Store!

Are you asking because you want it to be documented on this PR, or because you forgot about our email correspondence?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Too many things to track. I found the details, the deadline is August 31, 2023, so we have to do it anyway.

Copy link
Collaborator

@fortuna fortuna left a comment

Choose a reason for hiding this comment

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

Thanks for taking care of this!

@daniellacosse daniellacosse merged commit b068199 into master Aug 29, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants