mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
upgrade to latest stable (LTS) NDK
This commit is contained in:
parent
d74161958e
commit
97962fceed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue