Skip to content
Next Next commit
Remove unneeded gradle task
  • Loading branch information
seadowg committed Nov 3, 2025
commit c379ee96b933f1a86f79b5682e844761ee46ccbf
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:

- run:
name: Assemble connected test build
command: ./gradlew assembleDebug assembleDebugAndroidTest
command: ./gradlew assembleDebugAndroidTest

- save_cache:
paths:
Expand Down