Skip to content

Commit

Permalink
Revert "Revert "Pin Android NDK version to 21.4.7075529""
Browse files Browse the repository at this point in the history
This reverts commit ae48ecd.
  • Loading branch information
ilammy committed May 19, 2021
1 parent d369d2e commit 3122e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/wrappers/themis/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies {
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
ndkVersion "21.4.7075529"

// BoringSSL requires at least API 21. Google Play as of August 2019 requires
// to target at least API 28 (but we can still support lower versions).
Expand Down
1 change: 1 addition & 0 deletions third_party/boringssl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
ndkVersion "21.4.7075529"

defaultConfig {
// BoringSSL requires at least API 21 to target AArch64. Google Play
Expand Down

0 comments on commit 3122e24

Please sign in to comment.