Skip to content

Commit

Permalink
Switched to Android build tools v30 and Gradle 7.5.1. (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov authored Nov 17, 2023
1 parent 0b9e30d commit f9161e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/OCV-PR-4.x-Android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run:
shell: bash
container:
image: quay.io/opencv-ci/opencv-androidsdk-28:20220721
image: quay.io/opencv-ci/opencv-androidsdk-30:20231114
volumes:
- /home/opencv-cn/git_cache:/home/ci/git_cache
- /home/opencv-cn/ci_cache/opencv:/home/ci/.ccache
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
cd ${{ env.OPENCV_DOCKER_WORKDIR }}
git pull -v "https://github.com/${{ env.PR_AUTHOR_FORK }}" "${{ env.SOURCE_BRANCH_NAME }}"
- name: Build OpenCV for Android SDK
timeout-minutes: 120
timeout-minutes: 180
run: |
mkdir -p /home/ci/build
cd /home/ci/build
Expand Down

0 comments on commit f9161e3

Please sign in to comment.