Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove redundant screenshot-tests-for-android dependency from app
The library already exposes this via `api`, so the app doesn't need
to declare it. The app's declaration also pinned the wrong version
(1.0.0 vs 1.0.1 in the library).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
  • Loading branch information
EmilioBejasa and claude committed Mar 16, 2026
commit 212f7660c1557ec2415152d0db363a174c81b25c
3 changes: 0 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ dependencies {
implementation jscFlavor
}

// Screenshot testing dependencies
androidTestImplementation("io.screenshotbot.screenshot-tests-for-android:core:1.0.0")

// Android test dependencies
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test:runner:1.5.2")
Expand Down
Loading