upgrade to latest stable (LTS) NDK

This commit is contained in:
Eric House 2021-03-29 18:26:05 -07:00
parent d74161958e
commit 97962fceed

View file

@ -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