mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
fix ndk version for terminal-emulator module
This commit is contained in:
parent
669c336e2f
commit
9c32935ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ ext {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 28
|
compileSdkVersion 28
|
||||||
ndkVersion '21.1.6352462'
|
ndkVersion '21.2.6472646'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue