Skip to content

Commit

Permalink
Revert "Pin Android NDK version to 21.4.7075529"
Browse files Browse the repository at this point in the history
This reverts commit 6767e61.
  • Loading branch information
ilammy committed May 19, 2021
1 parent 00843b9 commit ae48ecd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/wrappers/themis/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ 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: 0 additions & 1 deletion third_party/boringssl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ 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 ae48ecd

Please sign in to comment.