Skip to content

Commit 6779bfe

Browse files
committed
Exclude x86, x86_64 architectures to make build size smaller
1 parent 7580439 commit 6779bfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ android {
4343
resValue "string", "walletConnectAppMetaDataUrl", "unstoppable.money"
4444
resValue "string", "walletConnectAppMetaDataIcon", "https://raw.githubusercontent.com/horizontalsystems/HS-Design/master/PressKit/UW-AppIcon-on-light.png"
4545
resValue "string", "accountsBackupFileSalt", "unstoppable"
46+
47+
ndk {
48+
abiFilters "armeabi-v7a", "arm64-v8a"
49+
}
4650
}
4751

4852
buildFeatures {

0 commit comments

Comments
 (0)