Skip to content
Merged
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.2 *(2025-03-17)*
----------------------------
* Update samples, libraries for edge-to-edge

Version 2.1.1 *(2024-07-25)*
----------------------------
* Add custom capture methods to ensure compatibility with robolectric
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 Wealthfront, Inc.
Copyright 2025 Wealthfront, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
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.1'
implementation 'com.wealthfront:screencaptor:2.1.2'
```

## 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 @@ -25,7 +25,7 @@ android.enableJetifier=false
android.injected.androidTest.leaveApksInstalledAfterRun=true

GROUP=com.wealthfront
VERSION_NAME=2.1.2-SNAPSHOT
VERSION_NAME=2.1.2

POM_DESCRIPTION=Simple Android library to capture screenshots deterministically

Expand Down