Skip to content

Commit

Permalink
Merge pull request #43 from himanshu87890192/prepare-2.1.1
Browse files Browse the repository at this point in the history
Prepare for release 2.1.1
  • Loading branch information
cmathew authored Jul 25, 2024
2 parents 731e230 + b8e52f3 commit 5a670e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.1 *(2024-07-25)*
----------------------------
* Add custom capture methods to ensure compatibility with robolectric

Version 2.1.0 *(2024-07-12)*
----------------------------
* Add API for passing a ComposeRule
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.0'
implementation 'com.wealthfront:screencaptor:2.1.1'
```

## How do I capture a screenshot?
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android.nonTransitiveRClass=true
android.enableJetifier=false

GROUP=com.wealthfront
VERSION_NAME=2.1.0
VERSION_NAME=2.1.1

POM_DESCRIPTION=Simple Android library to capture screenshots deterministically

Expand Down

0 comments on commit 5a670e0

Please sign in to comment.