Skip to content

Commit 07f4baa

Browse files
committed
Deps: Update screengrab to 2.1.1
Release Notes: Not published as a standalone document FYI: Otherwise, running 'lintDebug' fails with the below build failure on the 'com.jraska:falcon' transitive dependency: For more info see: - [screengrab] version bump lib to 2.1.1 #19483 fastlane/fastlane#19483 - Publish screengrab without dependencies to jcenter repository #19480 fastlane/fastlane#19480 ------------------------------------------------------------------------ > Task :Simplenote:generateDebugLintReportModel FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':Simplenote:generateDebugLintReportModel'. > Could not resolve all files for configuration ':Simplenote:debugAndroidTestCompileClasspath'. > Could not find com.jraska:falcon:2.1.1. Required by: project :Simplenote > tools.fastlane:screengrab:2.0.0
1 parent c9159f1 commit 07f4baa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Simplenote/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dependencies {
109109
testImplementation 'org.json:json:20210307'
110110

111111
// Fastlane screengrab for screenshots automation
112-
androidTestImplementation 'tools.fastlane:screengrab:2.0.0'
112+
androidTestImplementation "tools.fastlane:screengrab:$screengrabVersion"
113113
// Automattic and WordPress dependencies
114114
implementation 'com.automattic:simperium:v1.3.1'
115115
implementation "com.automattic:Automattic-Tracks-Android:$automatticTracksVersion"

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,6 @@ ext {
6969

7070
automatticTracksVersion = '6.0.4'
7171
androidxLifecycleVersion = '2.5.1'
72+
73+
screengrabVersion = '2.1.1'
7274
}

0 commit comments

Comments
 (0)