From 44e379a6ed4749a580d1a2e15556fa71266238dd Mon Sep 17 00:00:00 2001 From: cmathew Date: Mon, 17 Mar 2025 08:08:05 -0700 Subject: [PATCH] Prepare for release 2.1.2 --- CHANGELOG.md | 4 ++++ LICENSE.txt | 2 +- README.md | 2 +- gradle.properties | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e2bc8..7551e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE.txt b/LICENSE.txt index 49a48ef..9411c4a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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. diff --git a/README.md b/README.md index e0e3280..c279009 100644 --- a/README.md +++ b/README.md @@ -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? diff --git a/gradle.properties b/gradle.properties index a306d3c..f7594e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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