Skip to content

Commit

Permalink
ci use ndk: 26.1.10909125
Browse files Browse the repository at this point in the history
  • Loading branch information
tuta-sudipg committed Jan 2, 2025
1 parent a6bfc52 commit de57777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tuta-sdk/android/sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ android {
jvmTarget = "1.8"
}
sourceSets["main"].java.srcDirs(file("${layout.buildDirectory.asFile.get()}/generated-sources/tuta-sdk"))
ndkVersion = "28.0.12674087 rc2"
ndkVersion = "26.1.10909125"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion tuta-sdk/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Android Studio -> Android SDK Manager -> SDK Tools -> NDK (Side by Side) -> Inst
rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android
# add ANDROID_NDK_HOME to your shell profile (.bashrc). the version depends on your NDK version.
export ANDROID_NDK_HOME=/opt/android-sdk-linux/ndk/28.0.12674087
export ANDROID_NDK_HOME=/opt/android-sdk-linux/ndk/26.1.10909125
# add NDK toolchain to path
export PATH=${PATH}:${ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/linux-x86_64/bin/
Expand Down

0 comments on commit de57777

Please sign in to comment.