mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-15 21:41:16 +01:00
Fix build by specifying ndkVersion
This commit is contained in:
parent
c4c4912a7e
commit
c2843897ac
2 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ plugins {
|
|||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
ndkVersion '21.1.6352462'
|
||||
|
||||
dependencies {
|
||||
implementation "androidx.annotation:annotation:1.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue