mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
app/build.gradle: allow building x86_64
This commit is contained in:
parent
c343cf8559
commit
4fcd96b25e
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ android {
|
|||
// fdroid checkupdates looks for literal versionCode/versionName,
|
||||
// can't get fancy with these and use string interpolation and similar
|
||||
ndk {
|
||||
abiFilters 'arm64-v8a'
|
||||
abiFilters 'arm64-v8a', 'x86_64'
|
||||
}
|
||||
|
||||
minSdkVersion project.properties.minSdkVersion.toInteger()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue