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

Update the medic-gateway target API #4796

Closed
henokgetachew opened this issue Aug 24, 2018 · 1 comment
Closed

Update the medic-gateway target API #4796

henokgetachew opened this issue Aug 24, 2018 · 1 comment
Assignees
Labels
Type: Improvement Make something better
Projects

Comments

@henokgetachew
Copy link
Contributor

The app currently targets API level 24 and will have to target at least API level 26 to ensure it's built on the latest APIs optimized for security and performance. Starting from August 2018, new apps must target at least Android 8.0 (API level 26) and starting from Nov 2018, app updates must target Android 8.0 (API level 26). If this affects projects on the ground using old phones, this needs to be taken care of before Nov 2018.
Here's the entire warning:

Target API level requirements from August 2018 Warning:  Your app currently targets API level 24 and must target at least API level 26 to ensure it is built on the latest APIs optimized for security and performance.  From August 2018, new apps must target at least Android 8.0 (API level 26). From November 2018, app updates must target Android 8.0 (API level 26).

Upgrading the target API in medic-gateway requires that the testing framework Robolectric also be updated. That in turn affects the test coverage plugin JacocoEverywhere which needs to be either updated/replaced with something else.

@ngaruko
Copy link
Contributor

ngaruko commented Jan 9, 2019

I guess we could close this one @henokgetachew ?

@ngaruko ngaruko closed this as completed Jan 9, 2019
3.4.0 automation moved this from In AT to Done Jan 9, 2019
@garethbowen garethbowen changed the title Medic-Gateway Target API needs to be upgraded medic-gateway target API needs to be upgraded Feb 24, 2019
@garethbowen garethbowen changed the title medic-gateway target API needs to be upgraded Update the medic-gateway target API Feb 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Improvement Make something better
Projects
No open projects
3.4.0
  
Done
Development

No branches or pull requests

4 participants