Verified
Status Update
Comments
yb...@google.com <yb...@google.com> #2
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
cc...@google.com <cc...@google.com>
cc...@google.com <cc...@google.com>
cc...@google.com <cc...@google.com> #3
One more detail, Data Layer event calls from the watch to the phone (running Android 13) do work on if the listener is in an Activity or Fragment.
Description
Version used: 1.0.0-alpha1
Devices/Android versions reproduced on: n/a
The POM for android.arch.paging:common:1.0.0-alpha1 has:
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>compile</scope>
</dependency>
That seems wrong. Are you sure that's not supposed to be <scope>test</scope>?