Skip to content

Commit

Permalink
fix circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
irov committed Nov 8, 2024
1 parent e9bed30 commit 6a7af70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- android/accept-licenses

- android/install-ndk:
version: 26.2.11394342
version: 27.1.12297006

- run:
name: install OpenJDK 17
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- run:
name: sdkmanager cmake
command: |
yes | sdkmanager "cmake;3.22.1"
yes | sdkmanager "cmake;3.30.5"
shell: /bin/bash -e

- run:
Expand Down

0 comments on commit 6a7af70

Please sign in to comment.