Skip to content
Merged
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
Update accepted apk size
  • Loading branch information
grzesiek2010 committed Feb 24, 2026
commit 4e86dad75ce34be0980e8b47fbb0d2469660d83a
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ jobs:
name: Check APK size hasn't increased
command: |
if [[ -n "$GOOGLE_MAPS_API_KEY" ]]; then \
./check-size.sh 23117869
./check-size.sh 23300000
else
./check-size.sh 13863000
./check-size.sh 14000000
fi

- run:
Expand Down