mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-16 05:51:15 +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,
|
// fdroid checkupdates looks for literal versionCode/versionName,
|
||||||
// can't get fancy with these and use string interpolation and similar
|
// can't get fancy with these and use string interpolation and similar
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters 'arm64-v8a'
|
abiFilters 'arm64-v8a', 'x86_64'
|
||||||
}
|
}
|
||||||
|
|
||||||
minSdkVersion project.properties.minSdkVersion.toInteger()
|
minSdkVersion project.properties.minSdkVersion.toInteger()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue