Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Bump ndkVersion to r26d
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Apr 11, 2024
1 parent 77ecf57 commit 22486a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Set up Android NDK
env:
ANDROID_NDK_VERSION: 26.2.11394342
ANDROID_NDK_VERSION: 26.3.11579264
run: |
sdkmanager --install "ndk;${{ env.ANDROID_NDK_VERSION }}"
ANDROID_NDK_HOME="${ANDROID_HOME}/ndk/${{ env.ANDROID_NDK_VERSION }}"
Expand Down
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/ApplicationConventionPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ApplicationConventionPlugin : Plugin<Project> {
extensions.configure<ApplicationExtension> {
compileSdk = 34
buildToolsVersion = "34.0.0"
ndkVersion = "26.2.11394342"
ndkVersion = "26.3.11579264"

defaultConfig {
minSdk = 29
Expand Down

0 comments on commit 22486a1

Please sign in to comment.