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

Add support for downloading 22-25 API robolectric runtime dependencies. #427

Merged
merged 1 commit into from
Apr 22, 2017

Conversation

raviagarwal7
Copy link
Collaborator

Add below to DEFS file to support robolectric 3.3.2

original_robolectric_test = robolectric_test
def robolectric_test(
    name,
    force_final_resource_ids=false,
    **kwargs
    ):
    original_robolectric_test(
      name=name,
      force_final_resource_ids=false,
      **kwargs
    )

Buck changes will be merged in - facebook/buck#1305

Add below to DEFS file to support robolectric 3.3.2

```
original_robolectric_test = robolectric_test
def robolectric_test(
    name,
    force_final_resource_ids=false,
    **kwargs
    ):
    original_robolectric_test(
      name=name,
      force_final_resource_ids=false,
      **kwargs
    )
```
Buck changes will be merged in - facebook/buck#1305
@kageiit
Copy link
Contributor

kageiit commented Apr 22, 2017

What about versions of robolectric itself? I still see we use the 3.0 artifacts for those?

@raviagarwal7
Copy link
Collaborator Author

do you mean shadows-core versions? 3.3.2 ships with only on version of shadows-core, unlike 3.0

Still keeping the 3.0 around for backwards compatibility.

@kageiit kageiit merged commit 2d701e1 into master Apr 22, 2017
@kageiit kageiit deleted the ravi/robolectric-3.3 branch April 22, 2017 21:39
cwoodwar6 pushed a commit to cwoodwar6/okbuck that referenced this pull request May 10, 2017
* uber/master:
  Use stream instead of parallelStream (uber#437)
  Add empty resource rule if using resource union. (uber#438)
  Publich v0.20.7
  Move okbuck task to its own gradle task class. (uber#436)
  Use try-with-resources (uber#432)
  Update README.md
  Do not allow okbuck to be run without okbuck.wrapper set to true. (uber#433)
  Set descriptions in tasks class instead of when creating them. (uber#431)
  Move cleaning the .okbuck/gen folder to the first step of setupOkbuck. (uber#430)
  Publish v0.20.6
  Add support for downloading 22-25 API robolectric runtime dependencies. (uber#427)
  Skip okbuck if we just want to kill the buck daemon. (uber#425)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants