Skip to content
Merged
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
Fix size limits for builds with and without Google Maps API key
  • Loading branch information
grzesiek2010 committed Oct 16, 2025
commit c2cf37647a6a2f5b854d5aac8c2ba14ee32cbce2
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ jobs:
name: Check APK size hasn't increased
command: |
if [[ -n "$GOOGLE_MAPS_API_KEY" ]]; then \
./check-size.sh 13736346
else
./check-size.sh 23068672
else
./check-size.sh 13736346
fi

- run:
Expand Down