Skip to content

Conversation

@DellaBitta
Copy link
Contributor

Updated Messaging Integration Test build.gradle file to require Android SDK 26.

src/android/java/LibraryManifest declares minSDK version 26 as a dependency due to its new  use of JobIntentService. As of Android O, background services can no longer spawn other background services, they must instead create JobIntentServices, which can queue up work for the OS to perform when it is ready. 

@google-cla google-cla bot added the cla: yes label Oct 16, 2020
vimanyu
vimanyu previously approved these changes Oct 16, 2020
Copy link
Contributor

@vimanyu vimanyu left a comment

Choose a reason for hiding this comment

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

LGTM

@DellaBitta DellaBitta merged commit abcfb79 into dev Oct 16, 2020
@DellaBitta DellaBitta deleted the feature/fix-messaging-integration-test branch October 16, 2020 18:00
@firebase firebase locked and limited conversation to collaborators Nov 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

2 participants