Skip to content

Commit cb051cd

Browse files
authored
Merge pull request zingolabs#776 from juanky201271/dev_upgrade_ndk_r26d
Cargo update & NDK upgrade to r26d
2 parents f6af928 + bc13a9f commit cb051cd

File tree

5 files changed

+32
-32
lines changed

5 files changed

+32
-32
lines changed

.github/workflows/android-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: ${{ needs.android-check-build-cache.outputs.native-cache-found != 'true' || needs.android-check-build-cache.outputs.kotlin-cache-found != 'true' }}
6363
runs-on: ubuntu-22.04
6464
container:
65-
image: zingodevops/android_builder:010
65+
image: zingodevops/android_builder:011
6666
env:
6767
RUSTUP_HOME: /root/.rustup
6868
steps:

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
minSdkVersion = 24
77
compileSdkVersion = 34
88
targetSdkVersion = 34
9-
ndkVersion = "26.1.10909125"
9+
ndkVersion = "26.3.11579264"
1010
kotlinVersion = "1.9.22"
1111
}
1212
repositories {

rust/Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM zingodevops/android_builder:010 as build_android
1+
FROM zingodevops/android_builder:011 as build_android
22

33
WORKDIR /opt/zingo/rust/lib/
44

rust/android/builder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:latest
2-
ARG android_ndk_ver=r24
3-
# 24.0.8215888
2+
ARG android_ndk_ver=r26d
3+
# 26.3.11579264
44

55
# Install dependencies
66
RUN apt update \

0 commit comments

Comments
 (0)