Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Change Log
==========
Version 2.1.3 *(2026-09-16)*
----------------------------
* Improve error messaging when screenshot directory can't be created

Version 2.1.2 *(2025-03-17)*
----------------------------
* Update samples, libraries for edge-to-edge
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Simple Android library to capture screenshots deterministically
Add this dependency in your build.gradle:

```groovy
implementation 'com.wealthfront:screencaptor:2.1.2'
implementation 'com.wealthfront:screencaptor:2.1.3'
```

## How do I capture a screenshot?
Expand Down
Loading