From 97962fceedd6a1e28ea38d8b48053a04bd880473 Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 29 Mar 2021 18:26:05 -0700 Subject: [PATCH] upgrade to latest stable (LTS) NDK --- xwords4/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 08e3533d2..e40ac3c20 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -58,7 +58,7 @@ android { // Specify buildToolsVersion so gradle will inform when the // default changes and .travis.yml can be kept in sync buildToolsVersion '28.0.3' - ndkVersion '21.3.6528147' + ndkVersion '21.4.7075529' defaultConfig { // HostApduService requires 19. But is it a problem? minSdkVersion 14