Verified
Status Update
Comments
yb...@google.com <yb...@google.com> #2
since these are in public API (:/) we need to do this in 1.2
cc...@google.com <cc...@google.com>
cc...@google.com <cc...@google.com>
cc...@google.com <cc...@google.com> #3
since it is already marked as deprecated, we can probably do it by now.
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>?