Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
BUMP NDK to latest stable version 21.1.6352462 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored May 4, 2020
1 parent eee9c40 commit 08ed83a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
ANDROID_NDK_HOME: "C:\\android-sdk-windows\\ndk-bundle"
ANDROID_BUILD_VERSION: 29
ANDROID_TOOLS_VERSION: 29.0.3
ANDROID_NDK_VERSION: 21.0.6113669
ANDROID_NDK_VERSION: 21.1.6352462
ANDROID_CMAKE_VERSION: 3.10.2.4988404
GRADLE_OPTS: -Dorg.gradle.daemon=false
SDK_TOOLS_URL: https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_install:
- touch $HOME/.android/repositories.cfg
- yes | sdkmanager --update
install:
- echo y | sdkmanager "ndk;21.0.6113669" >/dev/null
- echo y | sdkmanager "ndk;21.1.6352462" >/dev/null
- echo y | sdkmanager "cmake;3.10.2.4988404" >/dev/null
before_script:
- export ANDROID_NDK_HOME=$ANDROID_HOME/ndk-bundle
Expand Down
2 changes: 0 additions & 2 deletions sentry-android-ndk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ android {
isCheckReleaseBuilds = false
}

// ndkVersion = "21.0.6113669" while https://discuss.lgtm.com/t/android-project-build-is-not-working/2587/4 is not fixed.

nativeBundleExport {
headerDir = "${project.projectDir}/$sentryNativeSrc/include"
}
Expand Down

0 comments on commit 08ed83a

Please sign in to comment.