Skip to content

Commit 2c6828c

Browse files
committed
chore: enable x86_64 abi for mainnet tests
1 parent 57c355e commit 2c6828c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ android {
170170
reset()
171171
// Only architectures supported by native libs (ldk-node, bitkit-core)
172172
// x86 not supported; x86_64 only for debug/emulator
173-
include("armeabi-v7a", "arm64-v8a")
173+
include("armeabi-v7a", "arm64-v8a", "x86_64")
174174
isUniversalApk = true
175175
}
176176
}

0 commit comments

Comments
 (0)