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

Mostly fix release packaging issues for new screenshot apis. #1146

Merged
merged 1 commit into from
Oct 2, 2021

Conversation

copybara-service[bot]
Copy link

Mostly fix release packaging issues for new screenshot apis.

  • Generate kotlin_module files in locations matching maven
    artifact name, and ensure they are retained in produced .aar/classes.jar to ensure extension functions are recognized
  • Don't rename ListenableFuture in espresso core - since androidx.test.core uses the actual ListenableFuture dependency
  • Bump version to prep for next release

There is still an issue with the ViewInteraction.captureToImage extension, which gradle does not recognize for an unknown reason.

Partially fixes #1139

@google-cla google-cla bot added the cla: yes label Oct 1, 2021
@copybara-service copybara-service bot force-pushed the piper_400057476 branch 5 times, most recently from 61fdf68 to 70c73a5 Compare October 2, 2021 19:08
- Generate kotlin_module files in locations matching maven
  artifact name, and ensure they are retained in produced .aar/classes.jar to ensure extension functions are recognized
- Don't rename ListenableFuture in espresso core - since androidx.test.core uses the actual ListenableFuture dependency
- Bump version to prep for next release

There is still an issue with the ViewInteraction.captureToImage extension, which gradle does not recognize for an unknown reason.

Partially fixes #1139

PiperOrigin-RevId: 400439447
@copybara-service copybara-service bot merged commit df88cdd into master Oct 2, 2021
@copybara-service copybara-service bot deleted the piper_400057476 branch October 2, 2021 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't access new Bitmap.writeToTestStorage API
1 participant