Fixed
Status Update
Comments
al...@google.com <al...@google.com> #2
au...@google.com <au...@google.com> #3
After update to Fragments 1.2.0-alpha01, it seems the same exception still happens (Also tried update appcompat:1.1.0-rc01)
The latest example project was attached
The latest example project was attached
ap...@google.com <ap...@google.com> #4
Sorry, <ma...@cyberagent.co.jp> is also my mail.
au...@google.com <au...@google.com>
ap...@google.com <ap...@google.com> #5
Thanks for confirming, I was able to reproduce your issue.
Description
When marking an API as experimental in artifact A, if the annotation is from another artifact B, the updateApi in artifact A does not generate the correct result.
checkApi fails and ask for version increment even if the new API is experimental.
When calling updateApi with -PForce, the experimental API is added to current.txt, and the experimental annotation is missing.
CL with the issue. aosp/1312020