Skip to content

Commit

Permalink
Merge pull request zingolabs#776 from juanky201271/dev_upgrade_ndk_r26d
Browse files Browse the repository at this point in the history
Cargo update & NDK upgrade to r26d
  • Loading branch information
dorianvp authored Feb 13, 2025
2 parents f6af928 + bc13a9f commit cb051cd
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: ${{ needs.android-check-build-cache.outputs.native-cache-found != 'true' || needs.android-check-build-cache.outputs.kotlin-cache-found != 'true' }}
runs-on: ubuntu-22.04
container:
image: zingodevops/android_builder:010
image: zingodevops/android_builder:011
env:
RUSTUP_HOME: /root/.rustup
steps:
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
ndkVersion = "26.3.11579264"
kotlinVersion = "1.9.22"
}
repositories {
Expand Down
54 changes: 27 additions & 27 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM zingodevops/android_builder:010 as build_android
FROM zingodevops/android_builder:011 as build_android

WORKDIR /opt/zingo/rust/lib/

Expand Down
4 changes: 2 additions & 2 deletions rust/android/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest
ARG android_ndk_ver=r24
# 24.0.8215888
ARG android_ndk_ver=r26d
# 26.3.11579264

# Install dependencies
RUN apt update \
Expand Down

0 comments on commit cb051cd

Please sign in to comment.