1
mirror of https://github.com/m2049r/xmrwallet synced 2024-11-21 20:30:10 +01:00

upgrade ci image to 2022.03-ndk (#822)

This commit is contained in:
m2049r 2022-03-10 09:04:43 +01:00 committed by GitHub
parent 197dffeae1
commit 524c3dd79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -3,13 +3,11 @@ jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-28-ndk
- image: cimg/android:2022.03-ndk
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- run: yes | sdkmanager --licenses || exit 0
- run: yes | sdkmanager --update || exit 0
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:

4
external-libs/Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM cimg/android:2022.03-ndk
RUN uname -a