mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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
|
// Specify buildToolsVersion so gradle will inform when the
|
||||||
// default changes and .travis.yml can be kept in sync
|
// default changes and .travis.yml can be kept in sync
|
||||||
buildToolsVersion '28.0.3'
|
buildToolsVersion '28.0.3'
|
||||||
ndkVersion '21.3.6528147'
|
ndkVersion '21.4.7075529'
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
// HostApduService requires 19. But is it a problem?
|
// HostApduService requires 19. But is it a problem?
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
|
|
Loading…
Reference in a new issue